ldap-schema-manager
Tool for converting OpenLDAP-style schemas to the LDIF format
Install
- All systems
-
curl cmd.cat/ldap-schema-manager.sh
- Debian
-
apt-get install schema2ldif
- Ubuntu
-
apt-get install schema2ldif
- Kali Linux
-
apt-get install schema2ldif
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install schema2ldif
- Raspbian
-
apt-get install schema2ldif
- Dockerfile
- dockerfile.run/ldap-schema-manager
schema2ldif
Tool for converting OpenLDAP-style schemas to the LDIF format
The schema2ldif tool will read the given input file and convert it to an LDIF file that you can insert into you LDAP directory. The schema2ldif tool is part of and provided by the FusionDirectory project.