]> andersk Git - moira.git/commitdiff
From dtanner: don't make lists hidden.
authorzacheiss <zacheiss>
Wed, 4 Aug 2004 18:02:30 +0000 (18:02 +0000)
committerzacheiss <zacheiss>
Wed, 4 Aug 2004 18:02:30 +0000 (18:02 +0000)
incremental/winad/winad.c

index 9f3fc66551612b0c98e865b59c469194c46087d5..d1f46f6a072cccc6d394ce2044a5717fcc461f44 100755 (executable)
@@ -3011,6 +3011,7 @@ int user_update(LDAP *ldap_handle, char *dn_path, char *user_name,
   rc = attribute_update(ldap_handle, distinguished_name, MoiraId, "mitMoiraId", user_name);
 
   n = 0;
+  uid_v[0] = Uid;
   if (!UseSFU30)
     {
       ADD_ATTR("uidNumber", uid_v, LDAP_MOD_REPLACE);
@@ -5286,7 +5287,7 @@ int Moira_container_group_update(char **before, char **after)
       argv[L_NAME + 1] = AfterGroupName;
       argv[L_ACTIVE + 1] = "1";
       argv[L_PUBLIC + 1] = "0";
-      argv[L_HIDDEN + 1] = "1";
+      argv[L_HIDDEN + 1] = "0";
       argv[L_MAILLIST + 1] = "0";
       argv[L_GROUP + 1] = "1";
       argv[L_GID + 1] = UNIQUE_GID;
This page took 1.817871 seconds and 5 git commands to generate.