[cpp-sp COMMIT] /branches/REL_2/configs/shibd-osx.plist.in
noreply at shibboleth.net
noreply at shibboleth.net
Tue Aug 30 17:57:48 BST 2011
Author: scantor
Date: Tue Aug 30 17:57:48 2011
New Revision: 3512
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3512&view=rev
Log:
Add placeholder UserName key
Modified:
branches/REL_2/configs/shibd-osx.plist.in
Modified: branches/REL_2/configs/shibd-osx.plist.in
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/shibd-osx.plist.in?rev=3512&r1=3511&r2=3512&view=diff
==============================================================================
--- branches/REL_2/configs/shibd-osx.plist.in (original)
+++ branches/REL_2/configs/shibd-osx.plist.in Tue Aug 30 17:57:48 2011
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>Label</key> <string>edu.internet2.shibboleth.shibd</string>
- <key>ServiceDescription</key> <string>Shibboleth 2.0 Service Provider daemon</string>
+ <key>ServiceDescription</key> <string>Shibboleth 2 Service Provider daemon</string>
<key>ProgramArguments</key>
<array>
@@ -17,5 +17,6 @@
<key>RunAtLoad</key> <false/>
<key>OnDemand</key> <true/>
<key>StandardErrorPath</key> <string>/dev/null</string>
+ <key>UserName</key> <string>root</string>
</dict>
</plist>
More information about the commits
mailing list