Skip to content

SSH Key was refused by the LDAP directory #235

@liszca

Description

@liszca

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions