]> andersk Git - moira.git/commitdiff
Don't mess with sms/smstest.
authorzacheiss <zacheiss>
Tue, 17 Mar 2009 13:25:29 +0000 (13:25 +0000)
committerzacheiss <zacheiss>
Tue, 17 Mar 2009 13:25:29 +0000 (13:25 +0000)
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.041468 seconds and 5 git commands to generate.