similar to: Multiple auth method problem

Displaying 20 results from an estimated 600 matches similar to: "Multiple auth method problem"

2010 May 10
1
authentification failure: double quotes in password
we use Passdb LDAP with authentication binds against an Active Directory Server. The problem with one of our users seems to be the usage of double quotes in his password, as the windows-login works: /var/log/dovecot-info.log auth(default): Info: ldap(testuser 77.22.xx.xxx): invalid credentials (given password: xxxxx"xxxxxxx) Which chars in passwords does the dovecot auth process not
2013 Dec 13
4
Accessing plain text password from memory
Is there a way to retrieve the client's password in plain text from memory ? I don't store the password in plain text in my postgreSQL but I need it when the client is connected to make crypto computation. If I write a plugin to do the job, how could I retrieve the plain text password from master ? Thank you for your help, Regards, Stan.
2005 Mar 30
2
test65 killed by SIGSEV
Hi, I had successfully set up dovecot-1.0-test62 + ldap pass/user db, but now I'm encoutering a SIGSEV problem with a similar set up of a brand new dovecot-1.0-test65 installation. The auth process is killed by a SIGSEV as reported in the error log file : dovecot: Mar 30 17:06:59 Error: child 28291 (auth) killed with signal 11 To be precise, the problem occurs in the
2005 Mar 31
1
dovecot-1.0-test65 + mysql build problem (sha1_result)
Hello all! When trying to build dovecot-1.0-test65 with mysql support I get the following error: ... /usr/local/mysql/lib/libmysqlclient.a(sha1.o)(.text+0x5c): In function `sha1_result': : multiple definition of `sha1_result' ../lib/liblib.a(sha1.o)(.text+0x830):/usr/local/src/dovecot/dovecot-1.0-test65/src/lib/sha1.c:242: first defined here
2005 Mar 15
1
1.0-test65 and ldap auth
Hi, Does 1.0-test65 work with ldap auth? The log is: dovecot: Mar 15 20:59:32 Error: child 13676 (auth) killed with signal 11 Info log is: dovecot: Mar 15 20:59:19 Info: Dovecot v1.0-test65 starting up dovecot: Mar 15 20:59:32 Info: auth(default): client in: AUTH 1 PLAIN service=POP3 secured lip=127.0.0.1 rip=127.0.0.1 resp=AGthcm1hQGhhcnAuZ3I uanAAU2FncmFkbzAy dovecot: Mar 15
2020 Mar 19
0
Icecast source client with web request/voting for next to play function
Hi Kokos The first thing you need is a music play out system. Almost anything can play a random song from your collection; but; you have some conditions you want to place on the play out process. I recommend a program called Rivendell which is free and will do everything you want. http://static.paravelsystems.com/rivendell-install-rd3/rivendell-install-rhel7.html There is a FB group and a
2016 Jul 26
2
[BUG] Re: auth_bind with "()" in username not working
Hi guys, I had a look in the sources about this problem. the problem seems to be the ldap_escape function that is called from ldap_verify_plain_auth_bind_userdn(..) I dont really know if this escaping is needed at this point, but with this change it works for me. No other problems discovered so far. could somebody, who is deeper in the sources give me a hint if this will make some troubles?
2014 May 03
1
%{orig_user} missing in checkpassword-Script
Dear dovecot maintainers: I'm using SSL client certificates together with a checkpassword scripts to authenticate our users. My problem is: In the checkpassword script the AUTH_USER environment variable will either contain the username that was configured in the mailclient (if auth_ssl_username_from_cert=false) or the username from the certificate (if auth_ssl_username_from_cert=true). I
2017 Nov 21
3
Passing information from passdb to userdb
I'm trying to hack together a new authentication back-end and I wanted to know if it's possible to pass values from passdb to userdb in the auth_request structure at authentication time. I modified struct auth_request in auth-request.h to contain a new variable and it gets set properly in my passdb, however the value is not there when checking for it userdb. I'm very novice when it
2008 Mar 09
2
1.1r1: auth-worker(default): BUG: PASSV had missing parameters, sig11
I don't know how this happened. I'm not sure if there is a coredump somewhere because I don't know what user, and I have nothing for 'root' or 'dovecot'. Any advice, or should I make all my coredumps go to a central writable directory so I have better chance of catching it if it happens again? Is it maybe from someone connecting to postfix and causing a SMTP-AUTH
2004 Aug 07
0
errors in syslog
Running Samba 3.0.5-0 (backports) and Debian 3.0. I keep seeing this in my syslog, and was wondering what it meant. I can't seem to find a solution using google. Aug 6 15:45:13 rivendell smbd[3209]: [2004/08/06 15:45:13, 0] \ passdb/pdb_tdb.c:tdb_update_sam(652) Aug 6 15:45:13 rivendell \ smbd[3209]: Unable to modify TDB passwd ! Error: Record does not exist Aug 6 15:45:13 rivendell
2017 Jun 20
0
Icecast to Tunein
Talk about doing my head in ... I've got 'Playit Live' sorted. Our stations shows are on there waiting .. I've linked my stream from my 'Playit Live' (Similar to Rivendell) account to Icecast and they report back '*on air*' - but WHERE ????!!!!!, How the heck can people listen to what I'm sending to Icecast? what is the URL that people need to visit to listen to
2008 Jun 12
1
strange looking code and userdb errors
hi, i'm trying to use passdb ldap and userdb prefetch, using the userdb_ prefixes in pass_attrs, and i get: passdb didn't return userdb entries looking at the code at auth/userdb-prefetch.c i see: if (auth_request->userdb_reply == NULL) { if (auth_request->auth->userdbs->next == NULL) { /* no other userdbs */
2017 Jun 20
2
Icecast to Tunein
> Here's a description of how their API works and what you have to send > it. I don't have a solution for sending it from the server and would > LOVE to know one myself! I used to run an internet radio station that was listed on TuneIn! Turned it all off when I took a job with a large internet streaming music service. The way my setup worked was the automation system was
2007 Jan 25
1
qt3-devel packages
Hi Everyone, I am trying to build rpms for a product called Rivendell for CentOS 4.4 (http://www.salemradiolabs.com/rivendell/) One of the packages requires a package called qt3 and qt3-devel All searches reveal this package to be available for SuSE. Any ideas if this is available for CentOS/EL4? Or a src.rpm that I can use? Thanks for your time. [root at foreground ~]# rpm -ivh
2017 Aug 23
1
Patch: acl list from ldap must be possible to have multiple values, that combined in one comma separated list
diff to dovecot-2.2.31 hardcoded userdb_acl_groups /as currently not seeing any other fields that need similar way/ in ldap using dynlist - labeledURIObject - some attribute labeledURI :: ldap:///ou=DovecotGroups,dc=DOMAIN,dc=TLD,dc=root?specName?sub?(&(objectclass=posixgroup)(memberuid=XXXXX)) that returns groupnames for each user that he belongs, but as multiple values of same field ... must
2008 Dec 08
3
"nopassword" extra field useless with LDAP passdb
Hi, We are trying to implement a highly secure mail server with user authentication restricted to SSL certificates only (not using passwords at all). Still, user information is stored in a LDAP directory. In this configuration LDAP is used to check whether the user is registered (and probably supply quota and other info), and actual authentication is done by SSL layer. According to wiki, a
2004 Jul 01
3
[PATCH, RFC] add APOP authentication mechanism
Hello all, this patch add APOP authentication mechanism to dovecot 1.0-test23. Please take a look. Best regards. -- Andrey Panin | Linux and UNIX system administrator pazke at donpac.ru | PGP key: wwwkeys.pgp.net -------------- next part -------------- diff -udrpN -X /usr/share/dontdiff -x Makefile dovecot-1.0-test23.vanilla/src/auth/Makefile.am dovecot-1.0-test23/src/auth/Makefile.am ---
2006 May 15
1
dovecot ldap auth bind and different directories
I have recently begun playing with Dovecot (1.0.beta8) and have run into an interesting scenario. The way my email system is set up is that users of different domains have completely different base dn's. For instance, if a user is part of test.com the bind dn would be uid=user,ou=People,dc=test,dc=com. The bind dn for user at domain.com would be uid=user,ou=People,dc=domain,dc=com. I
2005 Apr 01
1
Domain master vs. workgroup master?? (messages about domain master browser)
Can anyone tell me what to do about the messages I'm getting, or should I ignore them? I think my SuSE 9.2 box is configured to expect a doman, and there isn't one, just a workgroup. Most things seem to be working ok, except for the messages: tolkien:/var/log # tail messages Apr 1 00:43:05 tolkien nmbd[3962]: Unable to sync browse lists in this workgroup. Apr 1 00:56:28 tolkien