You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
266 B
11 lines
266 B
16 years ago
|
#define LDAP_DEFAULT_PROTOCOL LDAP_VERSION3
|
||
|
|
||
|
int ceo_add_user(char *, char *, char *, char *, char *, char *, int, ...);
|
||
|
int ceo_add_group(char *, char *, int);
|
||
|
int ceo_new_uid(int, int);
|
||
|
|
||
|
void ceo_ldap_init();
|
||
|
void ceo_ldap_cleanup();
|
||
|
|
||
|
int ceo_user_exists(char *);
|