summaryrefslogtreecommitdiffstats
path: root/scripts/sd-tps-remove.sh
blob: 092278259c0848345ad950d496d274e61c2924d8 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

TPSHOST=`cat tps.host`

ldapmodify -x -D "cn=Directory Manager" -w Secret123 -c << EOF
dn: cn=$TPSHOST:8443,cn=TPSList,ou=Security Domain,dc=ca,dc=pki,dc=example,dc=com
changetype: delete
EOF