fix ceo_add_user_call in addclub

This commit is contained in:
Jeremy Roman 2013-09-16 08:28:46 -04:00
parent beef8f4abd
commit 7a16c2d57c
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ static int32_t addclub(Ceo__AddUser *in, Ceo__AddUserResponse *out) {
return response_message(out, EKERB, "unable to clear principal %s", in->username);
if ((user_stat = ceo_add_user(in->username, ldap_users_base, "club", in->realname, homedir,
NULL, club_shell, id, NULL)))
club_shell, id, NULL)))
return response_message(out, ELDAP, "unable to create ldap account %s", in->username);
response_message(out, 0, "successfully created ldap account");