search for: firstname

Displaying 20 results from an estimated 314 matches for "firstname".

2018 Sep 29
3
Authenticate users using their firstname
Hi, I'm setting up a Postfic and Dovecot with LDAP email server. My users in LDAP is like this: dn: uid=firstname,ou=People,dc=domain,dc=com uid: firstname uidNumber: 4025 gidNumber: 4025 givenName: firstname objectClass: top objectClass: person objectClass: posixAccount objectClass: shadowAccount objectClass: organizationalPerson objectClass: inetOrgPerson loginShel...
2018 Oct 01
2
Authenticate users using their firstname
...dovecot at inf.h-brs.de> wrote: > > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Sat, 29 Sep 2018, Fady AL HAYALI wrote: > > > I'm setting up a Postfic and Dovecot with LDAP email server. My users in LDAP is like this: > > > > dn: uid=firstname,ou=People,dc=domain,dc=com > > uid: firstname > > uidNumber: 4025 > > gidNumber: 4025 > > givenName: firstname > > objectClass: top > > objectClass: person > > objectClass: posixAccount > > objectClass: shadowAccount > >...
2018 Oct 01
1
Authenticate users using their firstname
...IGNED MESSAGE----- > >> Hash: SHA1 > >> > >>> On Sat, 29 Sep 2018, Fady AL HAYALI wrote: > >>> > >>> I'm setting up a Postfic and Dovecot with LDAP email server. My users in LDAP is like this: > >>> > >>> dn: uid=firstname,ou=People,dc=domain,dc=com > >>> uid: firstname > >>> uidNumber: 4025 > >>> gidNumber: 4025 > >>> givenName: firstname > >>> objectClass: top > >>> objectClass: person > >>> objectClass: posixAccount &...
2018 Oct 01
0
Authenticate users using their firstname
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sat, 29 Sep 2018, Fady AL HAYALI wrote: > I'm setting up a Postfic and Dovecot with LDAP email server. My users in LDAP is like this: > > dn: uid=firstname,ou=People,dc=domain,dc=com > uid: firstname > uidNumber: 4025 > gidNumber: 4025 > givenName: firstname > objectClass: top > objectClass: person > objectClass: posixAccount > objectClass: shadowAccount > objectClass: organizationalPerson >...
2018 Oct 01
0
Authenticate users using their firstname
...>> >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >>> On Sat, 29 Sep 2018, Fady AL HAYALI wrote: >>> >>> I'm setting up a Postfic and Dovecot with LDAP email server. My users in LDAP is like this: >>> >>> dn: uid=firstname,ou=People,dc=domain,dc=com >>> uid: firstname >>> uidNumber: 4025 >>> gidNumber: 4025 >>> givenName: firstname >>> objectClass: top >>> objectClass: person >>> objectClass: posixAccount >>> objectClass: shadowAc...
2006 Mar 02
3
Custom SQL Question
Hello, can search with following SQL Statement: def execute_search @result = Search.find_by_sql ["SELECT * FROM customers WHERE firstname LIKE ? LIMIT 10",params[:firstname]] render :template => "search/resultlist", :layout => false end My question is, how do I use 2 or more Parameters - and with the "%"? (I Like to use SQL-Statements because later i will have Queries over a lot of tables) T...
2005 Dec 20
6
Database Query on the fly Using Forms
I am a freshman when it comes to RoR, and I haven''t been able to figure this out. I need to figure out how to query records in my database using form check boxes (or radio buttons) then display them in that same instance. What would this look? I have been told that just putting a question mark after here, :conditions => field = ?, but what would the argument look like? Thanks in
2015 Jan 19
1
dsadd doesn't work correct
...ome-path doesn't work too. I don't get any errormessage. By the way, both \\serv01\profile\fistname.lastname and \\serv01\users\fistname.lastname can be seen in RSAT correct. Can anyone tell me, wether this is a known bug? With greetings from Hamburg. Karsten Schultz dsadd user "CN=firstname.lastname,CN=Users,DC=ks,DC=lan" -upn "firstname.lastname at ks.lan" -samid "firstname.lastname" -fn firstname -ln lastname -display "firstname lastname" -pwd "123Dummy987" -hmdir "\\serv01\users\firstname.lastname " -hmdrv "H:" -prof...
2006 Jul 11
4
add method parameter for form helper
Hello, Most of the form helpers are build using Object / Method without the possibility of using a method parameter (as I know ...) text_field(object_name, method, options = {}) how do you solve this problem ? -> (I did my own helper and generate the html ... well I think there is a better way;-) -> do I have to overide text_field(object_name, method, parameters {}, options = {})
2009 Aug 25
5
uninitialized constant
API-> hello_message_api.rb. class HelloMessageApi < ActionWebService::API::Base api_method :hello_message, :expects => [{:firstname=>:string}, {:lastname=>:string}], :returns => [:string] end controller -> class HelloMessageController < ApplicationController web_service_api HelloMessageApi web_service_dispatching_mode :direct wsdl_service_name ''hello_message'' web_service_scaffold :invo...
2004 Oct 23
1
login with alias
Hi all, i'm setting up mail server and here is the question: if, for example "firstname.lastname at domain.com" is e-mail address, then how can i setup login as "firstname.lastname" and "password" not only "firstname". Of course, users want all things simple. But i don't want to use login names longer than 8 chars. Any ideas? Or should i try...
2006 Jan 09
2
catch id from form and copy between objects
...following statements are executed @contact = Contact.new @project = Project.new(@params[''project'']) @project_contact = ProjectContact.new(@params[''collect'']) breakpoint What needs to be done is catch some fields and copy them based on the id. @project_contact.firstname = @contact.find_on_id_from_form_somehow.firstname The "find_on_id_from_form_somehow" needs to be replaced with a conditional find .. i guess. Can somebody give me a pointer? Thanx a lot. Regards, Gerard -- "Who cares if it doesn''t do anything? It was made with our...
2006 Jul 26
2
Question about Recipe 52
I''m reading Rails Recipes, for the precision the recipe 52 that speak about ''Making your own Rails plugin''. The question, so stupid, is that i don''t understand wath do the code def self.search(query, fields, options = {}) find :all, options.merge(:conditions => [[fields].flatten.map { |f| "LOWER(#{f}) LIKE :query"}.join(''
2011 Jan 05
5
Login with firstname.lastname instead of loginname - WORKING
3 years ago (!) I aksed about this and finally I implemented it today: >> # NEW >> passdb { >> driver = passwd >> # firstname.lastname at charite.de:password:uid:gid:(gecos):home:(shell):user=realloginname >> args = /usr/local/etc/dovecot.login_via_email >> } >If you're only using it as a passdb, you don't need the uid/gid/home. So >an example field would be: > >firstname.lastname a...
2005 Oct 30
2
Cyrus firstname.lastname@domain
I'm converting an environment from mandrake to centos, and always try to use the applications standard on the distribution. This means a switch from courier to cyrus. A bit of reading uncovered a potential problem - the site uses firstname.lastname at domain, and I have come across references that Cyrus does not support this. I couldn't find this limitation in the Cyrus documentation. Is it true? regards Dave www.hornfordassociates.com
2010 Feb 10
2
dovecot and firstname.initial.lastname mbox format archive
...been in a puzzling fight with 2 dovecot versions that I would like to ask some comments on. The situation is this: - I have a considerable mail archive in mbox format (yes, I know, but that is what I have..). - My mail reader is mutt 1.5.20 by the way. - Some of these mbox files have names like firstname.initial.lastname Note the . seperating the parts of the email-ers name. - On my old system I have dovecot v 1.1.7 which has always worked flawless - On my new system I have dovecot v 1.2.8 which refuses to handle these dot-seperated files. I get the somewhat familiar "Mailbox doesn...
2015 Jul 01
1
Dovecot deleting files and directories
...This is not a simple case of clients deleting mails, but the entire folder for the user seems to sometimes get nuked. I?ve also seen that only the mails and Dovecot?s admin files (indexes etc) are deleted. The log file is not really too informative, mostly lines of this form: Jul 01 14:00:36 imap(firstname.lastname at domain.x): Info: Disconnected: IMAP session state is inconsistent, please relogin. in=781 out=2630 Jul 01 14:00:36 imap(operators-east at east.domain.x): Debug: Namespace : /opt/mail/operators-east doesn't exist yet, using default permissions Jul 01 14:00:36 imap(operators-east at e...
2006 Aug 12
7
Override method in ActiveRecord
Hello, there is a method ActiveRecord::Base#exists? . I would like to override this method in a class ActiveRecord. Could anyone tell me how to do it? TIA -- Posted via http://www.ruby-forum.com/.
2006 Jan 07
3
Beginner Questions parameter passing failing
...on doesn''t do anything but render the welcome view) <%= start_form_tag :action => :login %> <table> <tr> <td> Enter your first name </td> <td> <%= text_field :user, :firstname, ''size'' => 40 %> </td> <tr> <td> </br> <%= submit_tag("Log In") %></td> <%= end_form_tag %> </table> Which simply submits a firstname to...
2007 May 16
2
Login with firstname.lastname instead of loginname
Some of our users use to login as firstname.lastname or firstname.lastname at charite.de instead of using the "correct" "flastname" login name. In order to get this behaviour a long-gone co-worker wrote an authdaemon.pl, which speaks the courier-authdaemon protocol. How can I emulate this behaviour with dovecot? Basica...