Modified: CalendarServer/branches/users/dreid/sudoers/twistedcaldav/directory/test/sudoers.plist (899 => 900)
--- 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>