Displaying 20 results from an estimated 20000 matches similar to: "0.99.8-test7"
2010 Apr 06
2
Authenticating against ActiveDirectory - can't read userPassword/unicodePwd?
Hello list,
So, the application I am working on right now needs to have LDAP
authentication build in, meaning that if the user enabled it, we will query
about his basic data (email,pwd) on a user-setup LDAP directory. It used to
work fine when I was testing with OpenLDAP. The code, essentially, is this:
connection.bind(self.bind_dn,self.password)
2005 Feb 06
2
password ldap clarification requested...
Dear list,
I would like to know if the following statements are true, just to make
sure that my understanding of passwords/ldap stuff is correct...
Vampireing passwords from an nt4 pdc only populates the ldap server with
windows passwords, and not the (linux) userPassword. Authenticating
linux logons against this ldap server is therefore only possible using
winbind.
'Normal' ldap
2004 Dec 11
1
dovecot/openldap auth problems?
Hi folks.
New to both dovecot and openldap. Trying to set up virtual domains
using the wanderingbarque howto:
http://www.wanderingbarque.com/mailserver.html
Platform is RH enterprise 3.
Only difference is I'm trying to use phamm instead of jamm:
http://phamm.rhx.it/
dovecot doesn't seem to want to play nice with my openldap; everything
else (postfix, etc) seems to work alright.
2003 Feb 25
0
0.99.8 released
Hope I didn't forget anything :)
v0.99.8 2003-02-25 Timo Sirainen <tss at iki.fi>
* NOTE: Configuration file has changed a bit: auth_userinfo was
replaced by userdb and passdb. *_port were merged into *_listen.
Disabling listening in imaps port is now done by changing protocols
setting.
* Maildir: .customflags location has changed for INBOX. If you have
set any custom
2006 Jun 30
1
ldap password sync and RFC2307 hash schemes
Hey everyone,
I'm running Samba on Slackware 10.2. As near as I can tell
based on looking at the glibc source, my options for Unix
passwords (in /etc/passwd, or LDAP -- same options) are these:
1. crypt() with plain old, busted traditional hashing.
2. crypt() with MD5 hashing, via $1$saltsalt$hashhashhashhash
format; the crypt() function the special format and
automatically uses
2007 Nov 26
4
dovecot imap hangs
All,
I recently did a fresh install/setup on centos 5 to replace my older
courier-imap and all seemed to go well until today I started to notice
that it simply hangs. I use thunderbird and squirrel mail and after a
while it seems like I"m simply rejected. I'm almost guessing that it has
to do with the session timing out and then dovecot is unwilling or
unable to renew the session. I
2003 Jul 08
2
LDAP bind questions
Hello,
I've got dovecot set up to authenticate against our LDAP server. So
far seems to work well.
I have two concerns that I haven't been able to find answers for in the
documentation or archives.
Is there any intention to support "authentication binds" so you don't
have to bind as a user with read privileges to everyone's userPassword
attribute? For security
2004 May 10
2
1.0-test7
http://dovecot.org/test/
Lots of bugfixes related to syncing. There's still some left.
Somewhat working mbox support:
- combined syncing/rewriting uses much less disk I/O than with older
mbox code
- expunges aren't working yet
- last-uid field in X-IMAPbase header isn't updated
- it's currently syncing the whole mbox constantly even if it hasn't
changed
- it
2024 Oct 28
1
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
Rowland Penny via samba schreef op 2024-10-28 12:50:
> On Mon, 28 Oct 2024 12:17:02 +0100
> William David Edwards via samba <samba at lists.samba.org> wrote:
>
>> I think I might've found a solution while debugging.
>>
>> To understand what I'm doing wrong with `unicodePwd`, I'm trying to
>> get the LDAP request that LAM does, and compare it to
2024 Oct 28
1
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
On Mon, 28 Oct 2024 13:37:27 +0100
William David Edwards <wedwards at cyberfusion.nl> wrote:
> Rowland Penny via samba schreef op 2024-10-28 12:50:
> > On Mon, 28 Oct 2024 12:17:02 +0100
> > William David Edwards via samba <samba at lists.samba.org> wrote:
> >
> >> I think I might've found a solution while debugging.
> >>
> >> To
2024 Oct 28
2
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
On Mon, 28 Oct 2024 12:17:02 +0100
William David Edwards via samba <samba at lists.samba.org> wrote:
> I think I might've found a solution while debugging.
>
> To understand what I'm doing wrong with `unicodePwd`, I'm trying to
> get the LDAP request that LAM does, and compare it to mine.
>
> As I temporarily switched to an unencrypted connection to be able
2024 Oct 28
1
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
Hi Kees,
Kees van Vloten schreef op 2024-10-27 22:17:
> Op 27-10-2024 om 21:11 schreef William David Edwards:
>> Kees van Vloten schreef op 2024-10-27 20:45:
>>> Op 27-10-2024 om 19:58 schreef William David Edwards:
>>>> Kees van Vloten via samba schreef op 2024-10-27 15:37:
>>>>> Op 27-10-2024 om 15:31 schreef Rowland Penny via samba:
2024 Oct 27
1
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
Op 27-10-2024 om 21:11 schreef William David Edwards:
> Kees van Vloten schreef op 2024-10-27 20:45:
>> Op 27-10-2024 om 19:58 schreef William David Edwards:
>>> Kees van Vloten via samba schreef op 2024-10-27 15:37:
>>>> Op 27-10-2024 om 15:31 schreef Rowland Penny via samba:
>>>>> On Sun, 27 Oct 2024 15:08:14 +0100
>>>>> William Edwards
2006 Jun 08
1
Dovecot Authentication through LDAP Server
I have a Samba PDC with LDAP (samba version 3.0.21c with Openldap 2.3.19).
where i have all the users.
I have configured sendmail on another system with dovecot as IMAP and POP3
server. I wanted
to enable user authentication from LDAP server which is on samba PDC.
So configured /etc/dovecot.conf
################################################################
protocols = pop3 imap
imap_listen
2024 Oct 27
1
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
Kees van Vloten schreef op 2024-10-27 20:45:
> Op 27-10-2024 om 19:58 schreef William David Edwards:
>> Kees van Vloten via samba schreef op 2024-10-27 15:37:
>>> Op 27-10-2024 om 15:31 schreef Rowland Penny via samba:
>>>> On Sun, 27 Oct 2024 15:08:14 +0100
>>>> William Edwards <wedwards at cyberfusion.nl> wrote:
>>>>
2008 Mar 08
2
dovecot and ldap config - getting no password in reply
I almost go this liked but then I get the following:
Mar 7 18:09:43 malaga dovecot: auth(default):
ldap(jnorris,76.20.83.98): pass search:
base=ou=People,dc=ucmerced,dc=edu scope=subtree filter=(&(uid=jnorris))
fields=uid,userPassword
Mar 7 18:09:43 malaga dovecot: auth(default):
ldap(jnorris,76.20.83.98): result: uid(user)=jnorris
Mar 7 18:09:43 malaga dovecot: auth(default):
2015 Oct 08
2
Changing User password from ssh member server
I have removed use_auhtok from /etc/pam.d/system-auth and now passwd is
"kind of" working...
I am still able to login with my old password and the new one also. But
only on the linux servers that are authenticating through LDAP.
On my workstation only the old password (the one I was trying to change
through passwd(ssh)) works.
I have noticed that my user now has a userPassword
2006 Jan 26
3
userPassword in a LDAP database of a Samba3 domain
Hi folks,
I have been able to migrate a WinNT4 domain to a Samba3 PDC domain using
openldap as a backend and smbldap-tools to vampire the WinNT4 domain (pretty
much following Samba3 by Example and documentation in smbldap project by IDEALX).
Nevertheless, all 600 users migraged from the WinNT4 domain have attributes like
these on the ldap database:
userPassword: {crypt}x
2004 Oct 05
2
dovecot-auth
Hi, I'm a new list member, I?m a not an English native speaking (so,
please forgive any error you can find in this mail) and I'm trying to
install Dovecot in Debian Woody. I've installed the Dovecot package from
backports and I?m trying to configure it to get the credential
authentication from an LDAP backend.
This is the configuration process summary I?ve done; if you need some
2005 Feb 01
3
LDAP help!
Hey list,
Right now I have Samba+LDAP working (like a charm acctually) I just
have one issue. Right now Samba is authenticating the user against
the sambaLMPassword and/or the sambaNTPassword attributes.
I would rather it authenticated against the userPassword attribute
like my unix boxes and mail servers do. Is samba capable of doing
this? Otherwise I have to maintain two seperate passwords