Hi, 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" ??? Buy Andy
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 :-) Volker -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20080812/fdbce692/attachment.bin
Douglas VanLeuven
2008-Aug-12 16:33 UTC
[Samba] Parameter "idmap backend" is deprecated ???
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
Andreas Ladanyi
2008-Aug-12 17:39 UTC
[Samba] Re: Parameter "idmap backend" is deprecated ???
Volker Lendecke schrieb:> 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 :-)Hi Volker, i like your humor ;-)> > Volker >
Andreas Ladanyi
2008-Aug-12 17:45 UTC
[Samba] Re: Parameter "idmap backend" is deprecated ???
Hi Douglas, thank you. I have forgotten the winbind architecture changed since 3.0.25 :-) Andy> 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
Andreas Ladanyi
2008-Aug-12 17:50 UTC
[Samba] Re: Parameter "idmap backend" is deprecated ???
Hi Douglas, thank you. I have forgotten winbind architecture changed since 3.0.25 :-) Buy, Andy> 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