diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-07-05 16:43:14 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-07-05 16:43:14 -0400 |
| commit | 770ae96b1578830e1f3399d6ebee344c33b3ebb3 (patch) | |
| tree | 7cd7485f9b5230ae5c601bf5a0aa460bb3df2ffb | |
| parent | 0cb40d8ac4b6f73514fd286266ac3eb5178b21f1 (diff) | |
comment
| -rw-r--r-- | doc/forum/Ldap_and_Propellor/comment_1_80f98aaf4927d834dc714faeae7bf167._comment | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/forum/Ldap_and_Propellor/comment_1_80f98aaf4927d834dc714faeae7bf167._comment b/doc/forum/Ldap_and_Propellor/comment_1_80f98aaf4927d834dc714faeae7bf167._comment new file mode 100644 index 00000000..7c8d9bbf --- /dev/null +++ b/doc/forum/Ldap_and_Propellor/comment_1_80f98aaf4927d834dc714faeae7bf167._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2016-07-05T20:39:45Z" + content=""" +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. +"""]] |
