svn commit: samba r11207 - in branches/SAMBA_4_0/source/include: .

abartlet at samba.org abartlet at samba.org
Thu Oct 20 05:08:24 GMT 2005


Author: abartlet
Date: 2005-10-20 05:08:24 +0000 (Thu, 20 Oct 2005)
New Revision: 11207

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11207

Log:
Correct principal search define


Modified:
   branches/SAMBA_4_0/source/include/secrets.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/secrets.h
===================================================================
--- branches/SAMBA_4_0/source/include/secrets.h	2005-10-20 04:56:47 UTC (rev 11206)
+++ branches/SAMBA_4_0/source/include/secrets.h	2005-10-20 05:08:24 UTC (rev 11207)
@@ -62,6 +62,6 @@
 #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 */



More information about the samba-cvs mailing list