similar to: Password sync problem from unix to windows

Displaying 20 results from an estimated 6000 matches similar to: "Password sync problem from unix to windows"

2008 Mar 27
2
Samba Share Mounts with Java
Hello, I am developing a Java application that requires me to read from and write to a samba share. When developing in a windows environment this was not a problem. I mounted the share as "M:/", built a path to a file, checked if the file exists using the Java function file.exists(), and went on my merry way. Now I am developing in a Linux environment(SuSE 10). I mount the samba
2005 Nov 02
2
major pop3+ldap problem with alpha3 and alpha4
hi, For some of our customers we provide a pop3 access, and after an upgrade to alpha3, it is not working anymore. All of our data is ldap based and everything is working as before for our IMAP customers, but our POP3 users fail. Obviously the pop3 login process does not read the data correctly that comes from ldap. after enabling mail_debug, I saw the following error in our log:
2005 Aug 02
1
"logins with UID ... are not permitted"
hi, I've just upgraded our dovecot installation to the most recent debian package (0.99.20050712) and now I'm running into some weird problems. Virtual (LDAP based) users cannot login anymore, the logfile shows this: -------CUT------- dovecot: Aug 02 12:34:25 Error: Logins with UID 200 (user some.user) not permitted (see first_valid_uid in config file) -------CUT------- yet
2005 Nov 25
1
Dovecot auth patch updated for Postfix 2.3-20051121
Once again I have updated Timo's auth patch for Postfix 2.2.1 to work with a 2.3 snapshot. It applied cleanly and compiled and is running for me, but is not really tested. This is Timo's code, not mine. All I did was manually edit in the rejects from the old patch. Find it here if you're interested: http://www.nodns4.us/postfix-2.3-20051121-dovecot-auth.patch.gz md5sum:
2005 May 08
1
trouble getting digest-md5 & ldap working
hi, I am trying to set up dovecot with digest-md5 as authentication mechanism and openldap as passdb. My problem is ... that I just can't get it working. PLAIN authentication works as expected, but no luck with digest-md5. An excerpt from the two configuration files: dovecot.conf: --------CUT-------- auth = default auth_mechanisms = plain digest-md5 auth_userdb = ldap
2005 Nov 06
1
Setup help
I'd previously had dovecot running on a Debian server but recently migrated to Suse. The nice, simple setup for dovecot on debian is not as easy using the dovecot sources. My lack of experience I'm afraid! I'd like to continue to use dovecot, especially as my current maildir directories are all set up ready to be use again. On suse (sles9) I have users authenticating by LDAP. In
2006 Jan 12
3
PAM Authentication issues with Dovecot
<pre>I have a machine with the follow specs.<br /><br />Linux hermes.business.com 2.6.11-1.1369_FC4 #1 Thu Jun 2 22:55:56 EDT 2005<br />i686 i686 i386 GNU/Linux<br /><br />pam-0.79-8<br />dovecot-0.99.14-4.fc4<br /><br />No one is able to receive e-mails due to authentication failures and yesterday afternoon<br />they were able to.<br
2006 Jan 09
3
How long to 1.0?
Hi! I'm wondering how close Dovecot can be said to be to 1.0 "Final". How stable can the alpha branch be said to be? I was browsing around the Dovecot homepage, but I couldn't find any answer to this question. I hope it hasn't been asked (too many times) before. Fredrik Tolf
2006 Aug 10
1
Dovecot AD Integration
Hello, Is it possible to use dovecot version 1.0.rc6 to authenticate users against Active Directory on a Windows 2000, without PAM, Kerberos or SAMBA. Thanks,
2007 Feb 10
1
help needed - dovecot-ldap authentication
I am trying to set a up mail server on a ubuntu edgy machine. I followed the howto at http://wanderingbarque.com/howtos/mailserver/mailserver.html . I am able to configure everything except dovecot-ldap authentication :(. After struggling with it for a week I decided to seek help. The current version of dovecot is v1.0 RC21 and the version used for the howto is v0.99.10.9. I installed &
2007 May 15
1
Why is direct invocation of dovecot preferred over inet inclusion?
I'm used to putting things in inetd and, 1) should dovecot crash, I'd think it would get restarted if it was invoked from inet's imap-login 2) it would get started well after the boot ...wouldn't that be preferable. Enlighten me, please -- ==== Stewart Dean, Unix System Admin, Henderson Computer Resources Center of Bard College, Annandale-on-Hudson, New York 12504 sdean at
2006 Feb 01
1
Can't send mail through new server
I thought I had just about got the old server to the point of being switched off. I have been reading from the dovecot server for a couple of days, and this evening I switched the 'sending' to the new server as well - but I couldn't get anything out. I got: Error while uploading message Could not upload the message dated Wed Feb 1 21:2:56 2006 from Anne Wilson <cannewilson
2006 Jan 12
4
reply-to address of the list
Hi, is there a chance to alter the list behaviour to not use the sender address of a posting in the reply-to field but dovecot at dovecot.org instead? That way one has to either use "reply to all" in the MUA or manually enter dovecot at dovecot.org in any replies. And a "reply to all" duplicates postings because the posting once goes to the list and once to the original
2005 Dec 14
2
"pipe() failed: Too many open files" - ??
Hi list, after about a day of operation, dovecot 1.0alpha5 (NetBSD/i386 2.1) died on me with Dec 14 10:53:52 bounce dovecot: pipe() failed: Too many open files Dec 14 10:54:23 bounce last message repeated 279661 times Dec 14 10:56:23 bounce last message repeated 1071807 times Dec 14 10:56:59 bounce last message repeated 325386 times -- any ideas on what to tune? hauke -- /~\ The ASCII
2008 Mar 26
1
wrong ELF class error
I am trying to configure samba on a Sunfire V125 with Solaris 9 using: - openldap-2.3.22 - libiconv-1.9.1 - samba-3.0.23a - krb5-1.6.3 (the previous build used krb5-1.5.1 Kereberos, openldap and libiconv are all installed but the samba build generates an error. The following works: ./configure --prefix=/usr/local/samba \ --with-ldap \ --with-ads \
2005 Oct 30
2
Dovecot 30.10.2005 CVS Snapshot: cannot connect to MySQL
Hello, I've compiled nightly CVS snapshot and set it up to work with MySQL database: [...] auth default { mechanisms = plain user = root passdb sql { args = /usr/local/dovecot/etc/sql.conf } userdb sql { args = /usr/local/dovecot/etc/sql.conf } } sql.conf contains next line: connect = host=localhost
2008 Dec 06
1
catching authentication failures with LDAP backend
Hi, we have recently been hit by a couple of brute force password attacks against dovecot. So what I want to do now is to add dovecot to fail2ban in order to block further attacks. However, I don't seem to be able to find out password verifification failures for our LDAP based user data. The only thing I see are loads of lines like these in the logfiles: -------CUT------- dovecot: Nov
2008 Mar 31
2
Samba-winbind under Solaris8
Dear All, I have successfully compiled MIT krb5 and samba 3.0.28a under Solaris8. Joining an AD domain works fine and also the commands wbinfo -t, -g and -u list all of the users. getent passwd and getent group are also working. The problem now is that when i run the "group user" command it just stays there and doesn't display any users. This works fine under Linux (SLES9, RHEL4)
2009 Nov 30
1
dovecot: Fatal: Time just moved backwards by 3909 seconds.
Hi, after setting up a KVM based virtual guest on one of our virtualization servers, we see dovecot die on that virtual guest regularly because of an alleged time shift. The virtual guest is Centos 5.4 based with dovecot 1.2.8 (at first we also tried with the original 1.0.7 (?) dovecot shipped with Centos). I wrote "alleged time shift" because there is no timeshift whatsoever, or
2008 Apr 09
6
Help: justification for Linux PDC vs Windows...
Hello, My IT department has implemented a samba PDC and now we are taking flack for it. Can anyone help me out with some good justifications for doing it this way vs the Microsoft way? Have a meeting about it in a short while... We wanted to do it because Linux is more secure and more stable. But there may be other good reasons and it would be good to know them. Or maybe it would be better