Hi everybody. I am in a pretty delicate situation.
Story:
There is a ldap server set up for our company that has several branches.
There are some field support people in our branch that don't have an account in AD on the central server.
I though that it would be a good idea to set up another ldap server in our branch just to add users that are not in the central AD.
Note: I am not sure if I expressed myself correctly, but any suggestions will be much appreciated. The main problem here is that there are field support people in our company that don't have an account in AD, and it is impossible for the to have one at the moment on the central server.
Thanks a lot!
LDAP server
Moderator: General Moderators
I've never heard of the 'branch' terminology, but I imagine that means a new context in the LDAP tree?
For example, if your main context (or branch) is o=YourOrg, you want to make a new context ou=NewBranch o=YourOrg correct?
You can go ahead & give your field people accounts in your new branch, but it might not do a lick of good. If the applications & authentication systems that access only o=YourOrg & don't search recursively, then those new accounts will never be found.
For example, if your main context (or branch) is o=YourOrg, you want to make a new context ou=NewBranch o=YourOrg correct?
You can go ahead & give your field people accounts in your new branch, but it might not do a lick of good. If the applications & authentication systems that access only o=YourOrg & don't search recursively, then those new accounts will never be found.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
You'd need a separate domain for that too, I'd have thought.
Anyway, I've got minimal experience with it, so have the linux LDAP howto:
http://www.tldp.org/HOWTO/LDAP-HOWTO/
Anyway, I've got minimal experience with it, so have the linux LDAP howto:
http://www.tldp.org/HOWTO/LDAP-HOWTO/