Displaying 1 result from an estimated 1 matches for "other_branch".
2017 Feb 03
1
Samba standalone + openldap
...p directory tree
* dc=my_domain, dc=com
o ou=Groups
+ groupe a (user1, user2, etc ..)
+ groupe b (user3, user4, etc ..)
+ groupe c (user5, user6, etc ..)
+ etc ...
o ou=Users
+ user1
+ user2
+ etc ..
o ou=other_branch
+ user4
+ user5
+ etc ...
# smb.conf
passdb backend = ldapsam:ldap://my_url:port
ldap suffix = dc=my_domain,dc=com
ldap user suffix = ou=Users
ldap group suffix = ou=Groups
#ldap machine suffix = ou=Computers
#lda...