Hello,
First, thank you for your program and your work, it's very interesting. I'm trying to use it and I have two questions :
1) Is there already some propellor code to deal with Ldap or should I write my own code ? (I didn't see anything in the API doc)
2) Is it possible to use propellor with another folder than ~/.propellor/ ? (for exemple to deal with several "domains")
Thank you,
TobiasBora.
I don't think that anyone has integrated it with LDAP yet.
It's easy to use propellor from another location; just put the propellor git repository anywhere you want, use
make
to build it once, and run./propellor
thereafter.The only thing that hardcodes using ~/.propellor is the /usr/bin/propellor wrapper, by running the propellor you built yourself you bypass the need for the wrapper. I keep propellor in ~/src/propellor on my laptop and run it this way myself.