hermanbanken / Ultimate-Single-Sign-On-Enviroment-Installer

Install a sso enviroment for Linux, Mac and Windows with a simple script
http://hermanbanken.nl/
11 stars 3 forks source link

Mac OSX schema.xml can't be added with ldap add #7

Closed hermanbanken closed 13 years ago

hermanbanken commented 13 years ago

You can't simple add a xml file to the LDAP directory. We need to convert it to base64 and insert the proper information through Python string formatting first. Then we need to add it to the correct location where OSX can find it easily.

See this line: https://github.com/hermanbanken/Ultimate-Single-Sign-On-Enviroment-Installer/blob/master/SingleSignOn.py#L203

And this original: https://github.com/hermanbanken/Ultimate-Single-Sign-On-Enviroment-Installer/blob/13e462964763ae266de350fedae7a46b67242da5/install_scripts/install_ldap.sh#L328