The branch, v3-6-test has been updated
       via  dd7f8ae s3:utils enable sharesec for registry shares
      from  8a5c064 s3:net idmap: implement net idmap delete

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


- Log -----------------------------------------------------------------
commit dd7f8ae5b6a1631c43a02404503f53a0579e8d39
Author: Christian Ambach <christian.amb...@de.ibm.com>
Date:   Wed Feb 9 15:35:24 2011 +0100

    s3:utils enable sharesec for registry shares
    
    Signed-off-by: Michael Adam <ob...@samba.org>
    
    Autobuild-User: Michael Adam <ob...@samba.org>
    Autobuild-Date: Wed Feb  9 16:41:31 CET 2011 on sn-devel-104

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

Summary of changes:
 source3/utils/sharesec.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/sharesec.c b/source3/utils/sharesec.c
index 1a12ce0..33cdc6a 100644
--- a/source3/utils/sharesec.c
+++ b/source3/utils/sharesec.c
@@ -595,7 +595,8 @@ int main(int argc, const char *argv[])
 
        setlinebuf(stdout);
 
-       lp_load( get_dyn_CONFIGFILE(), False, False, False, True );
+       lp_load_with_registry_shares( get_dyn_CONFIGFILE(), False, False, False,
+                                     True );
 
        /* check for initializing secrets.tdb first */
 


-- 
Samba Shared Repository

Reply via email to