Displaying 2 results from an estimated 2 matches for "27474".
Did you mean:
2474
2003 Sep 03
4
winbind issues (domain user attempting session with samba)
...in+0x429) [0x81d1d95]
Sep 3 18:16:59 andromeda smbd[27473]: #21
/usr/local/samba/sbin/smbd(__libc_start_main+0xa4) [0x420158d4]
Sep 3 18:16:59 andromeda smbd[27473]: #22
/usr/local/samba/sbin/smbd(chroot+0x31) [0x807351d]
Sep 3 18:16:59 andromeda smbd[27473]:
Sep 3 18:16:59 andromeda smbd[27474]: [2003/09/03 18:16:59, 0]
passdb/pdb_smbpasswd.c:pdb_init_smbpasswd(1562)
Sep 3 18:16:59 andromeda smbd[27474]: idmap uid range defined, non unix
accounts enabled
Sep 3 18:16:59 andromeda smbd[27475]: [2003/09/03 18:16:59, 0]
lib/util_sock.c:get_socket_addr(895)
Sep 3 18:16:59 andromeda smbd[...
2005 Mar 10
2
Newbie question - form validation
Hi,
I am sorry for maybe stupid question. I am new in rails.
I am trying to create very simple weblog systeme. I know threre are
plenty of them, but It''s good to study. I create following rule in
models/post.rb
validates_length_of :header, :in => 3..50, :allow_nil => false,
:message => "At least 3 characters"
It''s working fine with default scaffolt add