fix ceo_add_user_call in addclub

pull/5/head
Jeremy Roman 10 years ago
parent beef8f4abd
commit 7a16c2d57c
  1. 2
      src/op-adduser.c

@ -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");

Loading…
Cancel
Save