]> andersk Git - moira.git/blobdiff - incremental/ldap/winad.c
Don't mess with sms/smstest.
[moira.git] / incremental / ldap / winad.c
index c86e3abe44f85f95c4dcecaf5f33c87c7a7ef0ed..d2c9140a01043f2b1b3b78b02d6e707928abeef4 100755 (executable)
@@ -5965,6 +5965,12 @@ int ProcessAce(LDAP *ldap_handle, char *dn_path, char *Name, char *Type,
           call_args[3] = NULL;
           callback_rc = 0;
 
+         if(!strcasecmp(AceName, PRODUCTION_PRINCIPAL) ||
+            !strcasecmp(AceName, TEST_PRINCIPAL))
+           {
+             return(1);
+           }
+
           if (rc = mr_query("get_user_account_by_login", 1, av, 
                            save_query_info, save_argv))
             {
This page took 0.027695 seconds and 4 git commands to generate.