[900] CalendarServer/branches/users/dreid/sudoers/twistedcaldav/directory/ test/sudoers.plist
Revision: 900 http://trac.macosforge.org/projects/calendarserver/changeset/900 Author: dreid@apple.com Date: 2006-12-22 15:16:05 -0800 (Fri, 22 Dec 2006) Log Message: ----------- fix the test/sudoers.plist Modified Paths: -------------- CalendarServer/branches/users/dreid/sudoers/twistedcaldav/directory/test/sudoers.plist Modified: CalendarServer/branches/users/dreid/sudoers/twistedcaldav/directory/test/sudoers.plist =================================================================== --- CalendarServer/branches/users/dreid/sudoers/twistedcaldav/directory/test/sudoers.plist 2006-12-22 23:02:29 UTC (rev 899) +++ CalendarServer/branches/users/dreid/sudoers/twistedcaldav/directory/test/sudoers.plist 2006-12-22 23:16:05 UTC (rev 900) @@ -2,27 +2,27 @@ <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> - <key>users</key> + <key>users</key> + <array> + <dict> + <key>authorize-as</key> + <dict> + <key>allow</key> + <true/> + <key>principals</key> <array> - <dict> - <key>authorize-as</key> - <dict> - <key>allow</key> - <true/> - <key>principals</key> - <array> - <string>all</string> - </array> - </dict> - <key>authorize-from</key> - <array> - <string>127.0.0.1</string> - </array> - <key>password</key> - <string></string> - <key>username</key> - <string></string> - </dict> + <string>all</string> </array> + </dict> + <key>authorize-from</key> + <array> + <string>127.0.0.1</string> + </array> + <key>password</key> + <string>alice</string> + <key>username</key> + <string>alice</string> + </dict> + </array> </dict> </plist>
participants (1)
-
source_changes@macosforge.org