]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/passwd.c
Install *.schema only
[openldap] / servers / slapd / passwd.c
index e2611643aef87aea96d43b754314e0ca00c1d89d..8246f559652463bfa3a714d7f569ac0a4322c196 100644 (file)
@@ -1,7 +1,7 @@
 /* bind.c - ldbm backend bind and unbind routines */
 /* $OpenLDAP$ */
 /*
- * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  */
 
 int passwd_extop(
        SLAP_EXTOP_CALLBACK_FN ext_callback,
        Connection *conn, Operation *op,
-       char *reqoid,
+       const char *reqoid,
        struct berval *reqdata,
        char **rspoid,
        struct berval **rspdata,
        LDAPControl ***rspctrls,
-       char **text,
+       const char **text,
        struct berval ***refs )
 {
        int rc;
@@ -70,7 +70,7 @@ int slap_passwd_parse( struct berval *reqdata,
        struct berval **id,
        struct berval **oldpass,
        struct berval **newpass,
-       char **text )
+       const char **text )
 {
        int rc = LDAP_SUCCESS;
        ber_tag_t tag;