remove ldap test script
This commit is contained in:
parent
55d7d67668
commit
a2f49374e7
1 changed files with 0 additions and 2 deletions
2
test.sh
2
test.sh
|
@ -1,2 +0,0 @@
|
||||||
ldapsearch -o ldif-wrap=no -x -D "uid=search,ou=users,dc=ifsr,dc=de" -w $(cat /run/secrets/portunus/search-password) '(&(objectClass=posixAccount)(uid='rouven.seifert'))' 'sshPublicKey' -b "ou=users,dc=ifsr,dc=de" \
|
|
||||||
| awk '/^sshPublicKey/{$1=""; p=1} /^$/{p=0} {printf p?$0:""}'
|
|
Loading…
Reference in a new issue