]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-meta/back-meta.h
Improve schema error messages
[openldap] / servers / slapd / back-meta / back-meta.h
index 0c99d1e4f5a8372b1de3cecc77406cb0827fbb04..2862d1c2f84900d8fa00de4d6d529e0064938185 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1998-2001 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  *
  * Copyright 1999, Howard Chu, All rights reserved. <hyc@highlandsun.com>
@@ -89,7 +89,7 @@ struct metasingleconn {
 #define        META_CANDIDATE          1
        
        LDAP                    *ld;
-       struct berval           *bound_dn;
+       struct berval           bound_dn;
        int                     bound;
 #define META_UNBOUND           0
 #define META_BOUND             1
@@ -113,13 +113,13 @@ struct metaconn {
 
 struct metatarget {
        char                    *uri;
-       struct berval           *psuffix;       /* pretty suffix */
-       struct berval           *suffix;        /* normalized suffix */
-       struct berval           *binddn;
-       struct berval           *bindpw;
+       struct berval           psuffix;        /* pretty suffix */
+       struct berval           suffix;         /* normalized suffix */
+       struct berval           binddn;
+       struct berval           bindpw;
 
-       struct berval           *pseudorootdn;
-       struct berval           *pseudorootpw;
+       struct berval           pseudorootdn;
+       struct berval           pseudorootpw;
 
        struct rewrite_info     *rwinfo;