Dies ist eine alte Version des Dokuments!
apt-get install fusiondirectory-plugin-ssh-schema schema2ldif /etc/ldap/schema/fusiondirectory/openssh-lpk.schema > /etc/ldap/schema/fusiondirectory/openssh-lpk.ldif ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/ldap/schema/fusiondirectory/openssh-lpk.ldif
Dem Benutzer den Schlüssel hinzufügen:
cat <<LDIF > add-sshPublicKey.ldif
dn: uid=$USERNAME,ou=people,$DOMAIN changeType: modify add: objectClass objectClass: ldapPublicKey - add: sshPublicKey sshPublicKey: $(cat ~/.ssh/authorized_keys)
LDIF