Help Logs Database

Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Ircnet  |  Dalnet
Page: 1 2 3 4 5

<grmbl> hi
<Aaron> 'lo
<Gagatan> moin
<grmbl> hi Gagatan, long time no see
<aris> anyone could help in using ldap + courier imap
<asyd> I used long time ago
<asyd> grmbl: !!!!!
<asyd> heya Gagatan
<chew> can someone please explain why i can't modify my ldap tree using Luma? When i use Ldap Browser (the java client) i can modify anything, but when i use Luma it says stronger authentication required, but i'm using exactly the same login info..
<chew> nevermind. i fixed it
<chew> doh
<Aaron> *chuckele*
<Aaron> what was it?
<grmbl> asyd, old friend.
<chew> in ldapbrowser you only need cn=<name> but i luma you need cn=name,dc=xxxx
<aris> anyone could help in using ldap + courier imap
<Aaron> ah
<chew> another question, is it possible to export an active directory adressbook from outlook directly into ldap?
<chew> or something similiar
<chew> we are using active directory at work and i want to "copy" the adressbook to my ldap server somehow.
<aris> chew, yes
<aris> chew, their attribute is the same
<asyd> grmbl: whats sup ?
<grmbl> just came back from vacation, seeking for job now
<asyd> oh, ok
<grmbl> you?
<Gagatan> grmbl: long time no see
<grmbl> indeed :)
<asyd> grmbl: well, I'll change of job in few months I think, and in my private life, nothing new
<grmbl> asyd: you're a eral job hopper :)
<grmbl> real
<asyd> L)
<asyd> I find the job
<grmbl> what job?
<asyd> sysadmin/net and security for banks/others big accounts
<aris> how can i make userP***word to displayed when i do ldapsearch
<_ranger_> aris, search as a user with read access to the attribute
<aris> hmm
<aris> tnx
<aris> _ranger_, do knw how to integrate ldap and courier?
<aris> im having hard time authenticting courier with ldap
<grmbl> aris: there are several howtos about that. basically you use the courier authdaemon for that
<_ranger_> aris, I've done it before, wasn't difficult
<_ranger_> aris, but, you're not going to get a holding hand here, you're going to get answers to real questions
<Aaron> aris, perhaps you can post about what you're doing that's failing
<Aaron> instead of a general SOS
<aris> _ranger_, im testing it using courierauthtest username
<aris> but authentication failed
<aris> well
<aris> i want to configure courier to autheticate through ldap
<aris> but i wont authenticate
<asyd> "I want authenticate, but I won't authenticate"
<Gagatan> heh..
<grmbl> maybe if you tryy harder?
<aris> imaplogin: LOGIN FAILED, ip
<aris> Oct 21 16:28:25 localhost imaplogin: LOGIN FAILED, ip=[::ffff:131.107.2.92]
<aris> thats the output of my tail -f /var/log/syslog
<aris> root@asantillan:/home/agsantillan/Maildir/new # courierauthtest agsantillan
<aris> Trying authdaemon...
<aris> Authentication FAILED!
<Gagatan> oh no.. you've been infected by.. CAPSLOCKDAEMON
<aris> help
<aris> i dont have enough logs to debug the problem
<aris> no one is answering
<aris> tsk tsk
<asyd> aris: regarding which auth you use, courierauthtest may failed even if it's correctly configure (iirc)
<aris> asyd, so how will i test it?
<aris> even my mail client cant authenticate
<chew> is there a script somewhere that takes the first letter in gn: + the firsta and last letter in sn: and puts it in displaname:? ;)
<chew> it'll take me a week to figure it out..
<asyd> dokbot: courier?
<dokbot> parse error: dunno what the heck you're talking about, asyd
<aris> asyd, would u mind helping me?
<Gagatan> @ldap courier ?
<B***> hi :)
<B***> hi asyd
<asyd> hello B***
<B***> asyd, i need some help again :(
<B***> i'm searching the logs :P
<asyd> :)
<B***> asyd, http://pastebin.com/400725
<aris> Oct 21 17:16:31 localhost authdaemond.ldap: authldap: TEMPFAIL - no more modules will be tried
<aris> please help me with this erro
<asyd> B***: protocol version number maybe ?
<B***> asyd, is very strange becuase i dont have this filter in any conf file
<B***> asyd, i have allow bind_v2
<asyd> ok
<asyd> B***: do you have space before your directives in courier's ldap configuratio file ?
<B***> it only happens with courier-imap
<B***> im going crazy
<B***> yes
<asyd> there is/was a bug in courier config file parser
<asyd> so if you have :
<asyd> # comment
<asyd> LDAP_HOST 127.0.0.1
<asyd> this ligne is ignored..
<B***> before?
<B***> no i dont have any blank space before
<asyd> ok
<asyd> hello SimonRaven
<SimonRaven> hi
<SimonRaven> asyd: seen this kind of thing before? it'll start a search via the socket (ldapi), but then lose contact, and drop the connection.
<B***> asyd, http://pastebin.com/400729 im usinf this conf now
<B***> i dont hae the strange filter error
<B***> but i cant auth with imap :(
<B***> any idea?
<SimonRaven> oh now it's not doing it... *sigh*
<SimonRaven> i know why, too
<asyd> B***: well, dunno if it's a copy/paste error but you have a leading space of all but one directives :)
<B***> its a copy paste error :)
<asyd> ok
<asyd> B***: are you sure openldap listen 127.0.0.1 ?
<B***> yes
<B***> im using it right now
<SimonRaven> oh now even ppolicy is working... wtf
<asyd> ppolicy ?
<SimonRaven> p***wd policy, in 2.3
<asyd> ah oh
<B***> asyd,
<B***> imap problem resolve :)
<B***> now i have problems with postfix :P you use smtp-auth?
<asyd> yes
<asyd> but you can't use all mech available if you use LDAP as backend
<B***> mm
<B***> so what can i use?
<asyd> as mechanism ? or backend ?
<B***> i tried sasl
<B***> so doesnt works for me
<B***> really i like to auth user with ldap
<asyd> it's more or less the only choice you have.
<B***> w/o using nothing more
<B***> postfix cannot use ldap to auth?
<asyd> afaik the only way to do smtp auth with postfix is to use SASL
<B***> asyd http://pastebin.com/400754
<B***> so i need the users in a sasldb?
<asyd> depend which client you want to be able to use
<B***> i wann all posible in the ldap
<B***> i want to use usual mail clientes
<B***> evolutin for example
<asyd> B***: I think you can use evolution with ldap as sasl's backend
<_ranger_> B***, you don't need sasldb
<_ranger_> postfix->sasl->ldap
<B***> _ranger_
<B***> any doc please?
<B***> i'm trying but all fails
<_ranger_> B***, either use the ldapdb plugin, or use saslauthd -a pam and pam_ldap
<asyd> _ranger_: saslauthd with pam and pam-ldap work with all mechanism ?
<asyd> (especially the LOGIN one)
<B***> ldapdb plugin? in what version of sasl?
<_ranger_> asyd, PLAIN is about the only one you can use if you want to have userP***word encrypted


Return to ldap
or
Go to some related logs:

football
gascon le crosseur

Copyright © 2005 www.irclogs.ws. All rights reserved. » disclaimer » contact