X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/24e9e6c33456b9a864e9c718c472e1add6fc279a..ef5e03051fd86d66844d61f3fcc1c7a82957826a:/src/x3ldap.h diff --git a/src/x3ldap.h b/src/x3ldap.h index 6e6bca2..da5eac9 100644 --- a/src/x3ldap.h +++ b/src/x3ldap.h @@ -5,7 +5,7 @@ * * x3 is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -30,6 +30,9 @@ int ldap_rename_account(char *oldaccount, char *newaccount); int ldap_delete_account(char *account); int ldap_do_modify(const char *account, const char *password, const char *email); int ldap_get_user_info(char *account, char **email); +int ldap_delfromgroup(char *account, const char *group); +int ldap_add2group(char *account, const char *group); + void ldap_close();