[SCM] Samba Shared Repository - branch v3-devel updated - release-3-2-0pre2-3800-gfcfab47

Karolin Seeger kseeger at samba.org
Fri Aug 22 08:06:53 GMT 2008


The branch, v3-devel has been updated
       via  fcfab4703628e19902c140a7ad9531d4be0de01d (commit)
      from  aa3443492c58a7c109fe159e15d763dbafc66f2a (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-devel


- Log -----------------------------------------------------------------
commit fcfab4703628e19902c140a7ad9531d4be0de01d
Author: Karolin Seeger <kseeger at samba.org>
Date:   Fri Aug 22 10:05:42 2008 +0200

    loadparm: idmap backend is not depracated any longer.
    
    Karolin

-----------------------------------------------------------------------

Summary of changes:
 source/param/loadparm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/param/loadparm.c b/source/param/loadparm.c
index 6817eca..84c2c7f 100644
--- a/source/param/loadparm.c
+++ b/source/param/loadparm.c
@@ -5093,7 +5093,7 @@ FN_GLOBAL_BOOL(lp_winbind_offline_logon, &Globals.bWinbindOfflineLogon)
 FN_GLOBAL_BOOL(lp_winbind_normalize_names, &Globals.bWinbindNormalizeNames)
 FN_GLOBAL_BOOL(lp_winbind_rpc_only, &Globals.bWinbindRpcOnly)
 
-FN_GLOBAL_CONST_STRING(lp_idmap_backend, &Globals.szIdmapBackend) /* deprecated */
+FN_GLOBAL_CONST_STRING(lp_idmap_backend, &Globals.szIdmapBackend)
 FN_GLOBAL_STRING(lp_idmap_alloc_backend, &Globals.szIdmapAllocBackend)
 FN_GLOBAL_INTEGER(lp_idmap_cache_time, &Globals.iIdmapCacheTime)
 FN_GLOBAL_INTEGER(lp_idmap_negative_cache_time, &Globals.iIdmapNegativeCacheTime)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list