Displaying 2 results from an estimated 2 matches for "passwordfield".
Did you mean:
password_field
2011 Jun 24
1
Samba and Ldap
...baSamAccount automaticly.
But here is my first question - for this call I need to know the users password, is there a way, so that I can use the users password already saved in LDAP as the unix account password ?
Another question.
When a user calls "passwd" on a workstation, now only the passwordfield in LDAP for the unix account will be changed. But I want to keep unix account password and samba password synchron - is this possible with calling "passwd" ?
thanks
gizmo
--
NEU: FreePhone - kostenlos mobil telefonieren!
Jetzt informieren: http://www.gmx.net/de/go/freephone
2009 Apr 05
0
Partial-Form validation from multiple pages (f.e. login-partial)
Hello - hard question:
I have my login-partial in my application.html.erb-layout.
Now I want to validate it, if the user pushes the submit button and
show error-messages for it, if e.g. the passwordfield is empty.
But how do I do that? For getting the error messages, I must use
render :action => ''create''
But there I have to know, from which action I came from. Beside
different pages, need different seperate instance variables (which
arn''t reproduced with render :act...