[asl-commit] ActiveSambaLdap r41:

null at cozmixng.org null at cozmixng.org
Fri Aug 3 22:32:58 EDT 2007


retro	2007-08-04 11:32:57 +0900 (Sat, 04 Aug 2007)

  New Revision: 41

  Modified files:
    trunk/lib/active_samba_ldap/configuration.rb

  Log:


  Modified: trunk/lib/active_samba_ldap/configuration.rb (+3 -3)
===================================================================
--- trunk/lib/active_samba_ldap/configuration.rb	2006-11-15 15:30:33 +09:00 (rev 40)
+++ trunk/lib/active_samba_ldap/configuration.rb	2007-08-04 11:32:57 +09:00 (rev 41)
@@ -211,11 +211,11 @@
         end
 
         def start_uid
-          "10000"
+          10000
         end
 
         def start_gid
-          "10000"
+          10000
         end
 
         def default_user_gid
@@ -262,7 +262,7 @@
         end
 
         def user_login_shell
-          "/nonexistent"
+          "/bin/false"
         end
 
         def user_home_drive



More information about the asl-commit mailing list