-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
Description
Hi,
I am not able to replace my existing sshPublicKey, who to get more Information about what could be wrong? Changing the password is working, I looked into the function for changeing the sshkey, but no idea what could be wrong.
# liszca, people, mufi
dn: uid=liszca,ou=people,dc=mufi
uid: liszca
sshPublicKey: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDwopjgUZ/R4UAxSh1sg9zNLaAG
wBrC+q3AiA/wHG6dLLTQTPhvWCaCTV0F2fQdgZGpLC37j7+Ec1v2llBvTndCKew9Pynr8KML1ZLKC
/usr/share/self-service-password/conf/config.inc.php
$ldap_starttls = false;
$ldap_binddn = "cn=admin,dc=mufi";
$ldap_bindpw = "Geh31m";
$ldap_base = "ou=people,dc=mufi";
$ldap_login_attribute = "uid";
$ldap_fullname_attribute = "cn";
$ldap_filter = "(&(objectClass=person)($ldap_login_attribute={login}))";
# [ ... ]
# What attribute should be changed by the changesshkey action?
$change_sshkey_attribute = "sshPublicKey";