Bug #4585
Clean up users on inebcluster
Start date:
Due date:
% Done:
0%
Description
Old users present
History
#1 Updated by Jonathan Barber about 12 years ago
- Status changed from New to Closed
Basically did on polaris:
for i in mdcosta nileite usertest1 usertest3 usertest4 usertest5 usertest6; do
userdel -r $i
find / -user $i -print0 | xargs -0 rm -rf
yast2 users delete username=usertest5 type="ldap" ldap_password="inebldap"
done