Volker Lendecke wrote:
On Tue, Aug 12, 2008 at 12:23:18AM +0200, Andreas Ladanyi wrote:
why is this parameter deprecated ?

I have to set this parameter if i want to get my user/group information from Active Directory with SFU AD schemata extension.

Is there a new parameter instead of "idmap backend" ???

It will come back in 3.3 :-)


In the meantime, use idmap config, something like this:
        winbind nss info = sfu
        idmap domains = DOMAINNAME
        idmap config DOMAINNAME:readonly = yes
        idmap config DOMAINNAME:default = yes
        idmap config DOMAINNAME:backend = ad
        idmap config DOMAINNAME:range = 500 - 29999
        idmap config DOMAINNAME:schema_mode = sfu

        idmap alloc backend = tdb
        idmap alloc config:range = 50000-50999

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

Reply via email to