r11207: Correct principal search define
authorAndrew Bartlett <abartlet@samba.org>
Thu, 20 Oct 2005 05:08:24 +0000 (05:08 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:45:02 +0000 (13:45 -0500)
(This used to be commit 90cf4f8e1a1051a58635e126d56118701875bc5d)

source4/include/secrets.h

index c2bd66ecf978dcb2f4b251a39e226d3d99cdc82c..429e955a8f9a20cc4595bf47bc40fca226198964 100644 (file)
@@ -62,6 +62,6 @@ struct machine_acct_pass {
 #define SECRETS_PRIMARY_DOMAIN_FILTER "(&(flatname=%s)(objectclass=primaryDomain))"
 #define SECRETS_PRIMARY_REALM_FILTER "(&(realm=%s)(objectclass=primaryDomain))"
 #define SECRETS_KRBTGT_SEARCH "(&((|(realm=%s)(flatname=%s))(samAccountName=krbtgt)))"
-#define SECRETS_PRINCIPAL_SEARCH "(&((|(realm=%s)(flatname=%s))(servicePrincipalName=%s)))"
+#define SECRETS_PRINCIPAL_SEARCH "(&(|(realm=%s)(flatname=%s))(servicePrincipalName=%s))"
 
 #endif /* _SECRETS_H */