X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/8a729617ec6b967a46aee3226fdc5c4d1d5d4a71..2dddcd742b32cc37e3f7b7040869004c67b3e061:/src/x3ldap.h?ds=sidebyside diff --git a/src/x3ldap.h b/src/x3ldap.h index d5fd5a9..2c5bcbe 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, @@ -28,6 +28,7 @@ unsigned int ldap_check_auth(char *account, char *pass); int ldap_do_add(const char *account, const char *password, const char *email); int ldap_rename_account(char *oldaccount, char *newaccount); int ldap_delete_account(char *account); +int ldap_do_oslevel(const char *account, int level); 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);