search for: koudelka

Displaying 4 results from an estimated 4 matches for "koudelka".

2008 May 14
2
homedir override problem, MS AD + WINBIND + PAM + SIEVE
...K. I can use user-scrips to forward mail by subject or something like this. Vacation rules works too. But it isn't create .dovecot.lda-dupes in user home directory that contains e-mail addresses that was replied. So vacation is sent always. I have this error in dovecot-deliver.log deliver(mkoudelka): May 14 12:24:19 Error: open(/home/MALL/mkoudelka/.temp.cz-dc1-s-018.mall.cz.11302.7e2cc05a1e1df1a7) failed: No such file or directory I tried to override home directory by set this: userdb passwd { args = home=/var/spool/mail/%n } But there isnt't any change. Can you please, help how...
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
2005 Apr 16
2
Authorization
Hi, Maybe I ask again for something what is wasn''t able to find anything. Is there simple way how to process authorizations? My imagine is that some action for controllers are allowed only to few users. E. g. Everybody can look category list, but only registred user can edit or add. In best way, when user is signup, rails will remember his rights like: adding_category = false
2005 Mar 09
1
Newbies perceptions and questions
Hi, I found rails on internet when I looking for some ''better'' way how to create web applications. I read tutorial 4 days on rails and I have 3 questions 1. How speed is it? (very slow on my testing machine, but that is P100 with 64Mb RAM, what''s enough for php or rhtml :)) 2. How does it work... I create table categories, I create model and controller category, but