Displaying 2 results from an estimated 2 matches for "wdselab".
Did you mean:
wdelay
2003 Dec 15
1
Group Mapping problems
I'm trying to map my LDAP groups to Windows Groups, but I'm not having
any luck. Here is a group I'm trying to map:
dn: cn=dom_admin,ou=Groups,dc=wdselab
objectClass: sambaGroupMapping
objectClass: posixGroup
gidNumber: 1000
cn: dom_admin
memberUid: dom_admin
description: Domain Admininistrators Group
sambaSID: S-1-5-21-835892245-73647866-3919785651-512
sambaGroupType: 2
but when I do a net groupmap command, I get this error over and over again:...
2003 Dec 18
1
[Fwd: Still having groupmap problems]
I turned on debug level 10 (by adding -d 10 to the net command), and I
see this over and over again in the syslog:
Dec 18 13:35:36 wdselab-a-1-100 net: ldapsam_search_one_group: Problem
during the LDAP search: LDAP error: invalid DN (Invalid DN
syntax)ldapsam_search_one_group: Query was: "ou=Groups","dc=<domain>",
(&(objectClass=sambaGroupMapping)(gidNumber=4294967295))
So why is that gidNumber bein...