Ldap easy administration application



 It is challenge for an administration to work with openldap server or other directory server e.g. Red hat directory server or 389 directory server.
1. how to create a bulk user
Ans you can create a  bulk user by either using a csv to ldif converter but it is somewhat not very user friendly.

2. when creating a new user last uidNumber used is not displayed so how to find that?
Ans : no answer. You can go for a new user creation with all unix (posix) attributes but it requires uidNumber and gid number but last used uidnumber is a challange to find out.

so i have created an application script to solved these issues.
with my this application you can easily :
1. create bulk users
2. can change a users password
3. can know last uidnumber  used  by the ldapserver
4. can know how much total accounts used by ldapserver
5. can create a new user
6. can search a user
7. can delete a user

just download the script and run

# chmod +x ldap.sh

# ./ldap.sh

Click on bellow download link.


Download

Comments

Popular posts from this blog

Running web ssh client on port 443 /80 with nginx as reverse proxy

Running cockpit behind nginx reverse proxy with nginx ssl and cockpit non ssl

Setup VOD streaming server with nginx using RTMP on Ubuntu 18.04