RibaldCorello
Technical User
Hi folks,
i havae a prob with samba 3.2.1, ldap on Solrais 10.
First i have a share called mthek and a user UF with is member of the group mthek. mthek is located in GROUPS.
the corresponding smb.conf:
ldap group suffix = ou=groups
ldap user suffix = ou=people
The problem is, that the user uf could not Acces the Share mthek, a debug of ldap shows the reason:
Aug 19 14:20:46 ldap2 slapd[5068]: conn=1446 op=5 SRCH b*ase="ou=groups,dc=zkm,dc=d*e" scope=2 deref=0 filter="(&(objectClass=sambaGroupMapping)(gidNumber=1040))"
Aug 19 14:20:46 ldap2 slapd[5068]: conn=1446 op=5 SEARCH RESULT tag=101 err=0 nentries=1 text=
First Samba looks the primary group (1040) wether ist has a Groupmapping. -> NO
Then Samba is searching all groups for the user uf :
Aug 19 14:20:46 ldap2 slapd[5068]: conn=1448 op=0 *SRCH base="ou=group,dc=zkm,dc=de*" scope=1 deref=3 filter="(&(objectClass=posixGroup)(memberUid=uf))"
But search in group is wrong, Samba had to look in Groups ??
Whyy this ???
i havae a prob with samba 3.2.1, ldap on Solrais 10.
First i have a share called mthek and a user UF with is member of the group mthek. mthek is located in GROUPS.
the corresponding smb.conf:
ldap group suffix = ou=groups
ldap user suffix = ou=people
The problem is, that the user uf could not Acces the Share mthek, a debug of ldap shows the reason:
Aug 19 14:20:46 ldap2 slapd[5068]: conn=1446 op=5 SRCH b*ase="ou=groups,dc=zkm,dc=d*e" scope=2 deref=0 filter="(&(objectClass=sambaGroupMapping)(gidNumber=1040))"
Aug 19 14:20:46 ldap2 slapd[5068]: conn=1446 op=5 SEARCH RESULT tag=101 err=0 nentries=1 text=
First Samba looks the primary group (1040) wether ist has a Groupmapping. -> NO
Then Samba is searching all groups for the user uf :
Aug 19 14:20:46 ldap2 slapd[5068]: conn=1448 op=0 *SRCH base="ou=group,dc=zkm,dc=de*" scope=1 deref=3 filter="(&(objectClass=posixGroup)(memberUid=uf))"
But search in group is wrong, Samba had to look in Groups ??
Whyy this ???