Displaying 1 result from an estimated 1 matches for "empoyees".
Did you mean:
employees
2010 Mar 08
2
Setting up LDAP Authentification - Tree design/search scope
...All docs "talk" about putting all people under one branche, e.g.
ou=People,dc=example,dc=com for the samba setting I'd have
"ldap user suffix = ou=People"
But with this setting I dont see how I may restrict the search for the
phonebook look up. (e.g. I do have students, empoyees and other.
Students may look up students and employees, but not the "other" group.)
For me it would make more sense to "subgroup" the people like this:
ou=students,ou=People,dc=example,dc=com
ou=employees,ou=People,dc=example,dc=com
ou=other,ou=People,dc=example,dc=com
May be...