diff options
author | Günther Deschner <gd@samba.org> | 2005-07-04 13:57:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:58:12 -0500 |
commit | 944ecbdbb05f87270430efbef0ddc7cc388e5d36 (patch) | |
tree | 8946acd061c9de7f1c0e304d20b8edf9939e467c /source3/sam | |
parent | 665909539572c48555916425729a25e158ac5255 (diff) | |
download | samba-944ecbdbb05f87270430efbef0ddc7cc388e5d36.tar.gz samba-944ecbdbb05f87270430efbef0ddc7cc388e5d36.tar.bz2 samba-944ecbdbb05f87270430efbef0ddc7cc388e5d36.zip |
r8145: When inventing a new parameter for SFU-support, be aware of Volker's
upcoming changes for "unixinfo"-pipe.
Therefor (after speaking with Volker) replace "winbind sfu support" with
the list-parameter "winbind nss info" which defaults to "template". For
SFU-support set it to "winbind nss info = template sfu".
Note that nss_info_use() is just a dummy function at the moment.
Guenther
(This used to be commit 91596330ea3c4ba0fb9ddc52ad9d4a7c8e5b2d3f)
Diffstat (limited to 'source3/sam')
-rw-r--r-- | source3/sam/idmap_ad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/sam/idmap_ad.c b/source3/sam/idmap_ad.c index 5126246f6e..47e349483d 100644 --- a/source3/sam/idmap_ad.c +++ b/source3/sam/idmap_ad.c @@ -54,7 +54,7 @@ static BOOL ad_idmap_check_attr_mapping(ADS_STRUCT *ads) return True; } - if (lp_winbind_sfu_support()) { + if (use_nss_info("sfu")) { if (!ads_check_sfu_mapping(ads)) { DEBUG(0,("ad_idmap_check_attr_mapping: failed to check for SFU schema\n")); |