diff options
author | Simo Sorce <idra@samba.org> | 2003-04-27 12:07:20 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2003-04-27 12:07:20 +0000 |
commit | c737b1f7587ca7d32a974c6249eec9510e566a9c (patch) | |
tree | e64d93c90d9ef832a1bf50f535d60752bb383392 /source3/smbd | |
parent | d2fd4707ab6c53d1dd886c6ec189163d12c8ce8b (diff) | |
download | samba-c737b1f7587ca7d32a974c6249eec9510e566a9c.tar.gz samba-c737b1f7587ca7d32a974c6249eec9510e566a9c.tar.bz2 samba-c737b1f7587ca7d32a974c6249eec9510e566a9c.zip |
make winbind use idmap as well.
change idmap_init call
removed ldap backend for winbind idmap, seem it had problems anyway and it
have to be reworked to work with idmap without calling winbind code.
simo
(This used to be commit 9d7d007443fc75264b2764b90f272ffc40c9be6c)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c index 8ce20c87a4..b1b9192c09 100644 --- a/source3/smbd/server.c +++ b/source3/smbd/server.c @@ -833,7 +833,7 @@ static BOOL init_structs(void ) if (!init_registry()) exit(1); - if (!idmap_init(lp_idmap_backend())) + if (!idmap_init()) exit(1); if(!initialize_password_db(False)) |