Displaying 12 results from an estimated 12 matches for "authetificate".
Did you mean:
authentificate
2009 Mar 17
0
How to use DoveCot with checkpassword
Hi,
im a newbee using dovecot. I want to use checkpassword, but i've no idea
how to use it.
DoveCot is running and checking the passwords with a ldap server. But in
future we want to use a sql database, where the password and
userinformation is stored.
I want to use checkpassword, to authetificate the users with the
passwords. But ive no idea how a script for checkpassword can be. What
should i write to the checkpassword file (actualy the file is empty).
The SQL Database is on another server. Can i use PHP for checkpassword,
and if i can, how should it be written. Which variables can i use...
2000 Sep 01
0
btrieve - a neverending story
Hello out there,
recently I posted a trouble report about my Samba/btrieve
experience.
I have encountered the worst case scenario - corrupt databases...
I had a brief correspondency with Dave Collier-Brown (whose book
on Samba can't be praised enough) about this, in which he told me
that working under the same login a) network-wide and b)
application-wide could lead to such corrpution.
2005 Aug 30
0
Problem with winbindd getting users and groups from windows 2000 PDC
Hello,
I'm running running samba 3.0.14a on a Gentoo 2005.1 Linux box.
I have first set up Gentoo 2005.0 with Samba 3.0.10 (I think) and
everything went fine.
After an update to Samba 3.0.14a it will not work as it should.
I'm running winbindd and samba with the following configuration:
[global]
workgroup = CDE
server string = %h server (Samba %v)
security =
2013 Jun 28
1
Successful Mail Delivery Report
Sorry Achim
I didn't want to be rude, but I forgot to answer on your last
Suggestion.
Using Kerberos is not really an Option for me, because I want to use
smartphones as well with no Thunderbird and no Domain Membership.
Regards,
---
Mit freundlichem Gru?
Carsten Laun-De Lellis
Hauptstrasse 13
D-67705 Trippstadt
Phone: +49 6306 992140
Fax: +49 6306 992142
Mobile: +49 151 27530865
2008 May 14
2
homedir override problem, MS AD + WINBIND + PAM + SIEVE
Hello,
i installed my Dovecot with authetification in MS AD throught WINBIND
and PAM. Works fine.
So I have virtual users with UID, GID from MS AD.
I set maildir path as mail_location = maildir:/var/spool/mail/%n/
Then i want to make some vacation system. I install sieve and use
dovecot LDA.
In postfix main.cf I have
mailbox_command = /usr/libexec/dovecot/deliver
Setup of lda in dovecot.conf
2016 Jul 16
0
How to GSSAPI/Kerberos authenticate with Dovecot [formerly Where is krb5.keytab or equivalent?]
Am 16.07.2016 um 20:39 schrieb Rowland penny:
> On 16/07/16 19:09, Mark Foley wrote:
>> On Sat, 16 Jul 2016 08:28:14 +0100 Rowland penny <rpenny at samba.org>
>> wrote:
>>
>>> On 15/07/16 08:17, Rowland penny wrote:
>>>> On 15/07/16 00:34, Andrew Bartlett wrote:
>>>>> On Thu, 2016-07-14 at 22:05 +0100, Rowland penny wrote:
2013 Jun 28
3
Samba4 AD and mail auth
Hi list
Does anyone has experience in setting up dovecot or any other mail
system with user auth against a Samba4 AD ? If yes could I get some
advice on that Topic or even a link to a ressource where I can get some
Information. Googled a lot but didn't find something yet.
Thankx in advance.
--
Mit freundlichem Gru?
Carsten Laun-De Lellis
Hauptstrasse 13
D-67705 Trippstadt
Phone: +49
2013 Dec 16
2
connection Dovecot to samba4
Hello,
I am trying to setup samba4/openchange and dovecot. Does anyone has
experiences concering dovecot connecting to samba4 ??
I tried the following:
/etc/dovecot.conf:
protocols = imap sieve
mail_location = maildir:/data/mail/%d/%n/Maildir
mail_access_groups = vmail
mail_privileged_group = vmail
first_valid_uid = 110
last_valid_uid = 110
first_valid_gid = 115
last_valid_gid = 115
log_path
2016 Jul 16
4
How to GSSAPI/Kerberos authenticate with Dovecot [formerly Where is krb5.keytab or equivalent?]
On 16/07/16 19:09, Mark Foley wrote:
> On Sat, 16 Jul 2016 08:28:14 +0100 Rowland penny <rpenny at samba.org> wrote:
>
>> On 15/07/16 08:17, Rowland penny wrote:
>>> On 15/07/16 00:34, Andrew Bartlett wrote:
>>>> On Thu, 2016-07-14 at 22:05 +0100, Rowland penny wrote:
>>>>> On 14/07/16 21:52, Andrew Bartlett wrote:
>>>>>>
2016 Jul 17
1
Winbindd segfaults with bind9-dlz trying to login via libwinbind-pam
Hello,
I just found and odd behaviour here on my test environment (debian
jessie with samba 4.4.5 backported from sid).
I create and ad-dc as usual, adjust nsswitch.conf and enable
pam-auth-winbind (ruuning pam-auth-update). I also define /bin/bash as
template shell.
Now after i create an samba-user and the users home directory
(/home/DOMAIN/achim).
I can login with that account on the
2002 Jun 04
2
PDC and BDC with LDAP and Samba 2.2.4
Hi,
I'm trying to build a PDC and BDC to elimenate Windows NT on a
network and have load balancing and fault tolerence for users.
I've compiled samba 2.2.4 on two servers, working with openldap 2.0.23
with a master and a slave. Replication on LDAP servers works fine.
I've set up a domain controller and wanted to set the other server
as BDC in case the PDC goes down. Each time i put
2015 Jan 30
3
SSH over websockets
I must be missing the point here somehow. From my simple mind I think that
two things would be needed - first a mod, e.g., mod_sshd, or better an
addition to mod_auth and mod_proxy so that a URL could be used to initiate
contact to an sshd server elsewhere.
The mod_auth part could/should be used to verity the credentials to used -
basically setting up the VPN between ssh and httpd as ssh; the