>The story so far goes like this:
>Without the line 
>"idmap backend = ad:ldap://<PDC's FQDN>/" in smb.conf,
>I can successfully do all of: 
>#> wbinfo -S $(wbinfo -n some_user | awk '{print
>$1}')"
>#> getent passwd | grep some_user
>#> net ads search '(objectCategory=user)' \
>       sAMAccountName msSFU30GidNumber msSFU30UidNumber | \
>       grep -A2 some_user

idmap_ad expects RFC 2307 schema (gidNumber and uidNumber).

If you are using the MS SFU schema you'll need to change the
code, should be a simple search and replace.

-- Luke

--
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to