similar to: LDAP with Unix Sockets

Displaying 20 results from an estimated 300 matches similar to: "LDAP with Unix Sockets"

2004 May 11
1
LDAP + passwd
Hello, I'm in the process to choose between Courier and Dovecot. I would like to know if it's possible to configure Dovecot in order to use multiple user database (e.g. ldap+passwd) in order to have both virtual user authenticated by LDAP and system user authenticated by system password and with their own home directory. Another question: at http://dovecot.org/doc/dovecot-example.conf
2005 Apr 14
1
maildir creation
Hi all, this is my first post to the list and sorry for my english. I have a mail server based on qmail+dovecot+ldap with virtualdomains and maildir stored in /var/vmail/<DOMAIN>/<USERNAME>/Maildir. When I create a user on LDAP I don't create maildir too. So if I log-in with dovecot (143,110) I hope dovecot creates maildir for users but this is not I get: maildir are not
2005 May 16
1
Active Directory Auth
Hi, this is my fist post :) I'm trying to authenticate users to Active Directory, but I don?t know how to set up dovecot-ldap.conf to do this. Specially user_filter and pass_filter attrs. Does someone have this configuration working? Thanks in advance. -- Juan Pablo Fava Ing. en Sistemas de Informaci?n
2005 Apr 11
2
dovecot + postfix + active directory
hi list, I'm just curious if someone succesfully done dovecot authentication of Active directory and I will appreciage any link in this regards Thanks Askar
2004 Dec 12
2
Problem with LDAP and Dovecot
I am trying to set up Dovecot so that it uses LDAP, but I keep getting this error message in /var/log/syslog: Dec 12 03:38:17 mydomain dovecot-auth: LDAP: ldap_search() failed (filter user_filter = (mail=user at mydomain.tld)): Bad search filter Relevant configuration files: /etc/dovecot-ldap.conf: hosts = localhost dn = cn=dovecot,ou=sysAccounts,dc=mydomain,dc=tld dnpass = password
2006 Sep 14
5
Shorewall make my firewall fly!
I''ve just put in production a Linux firewall with 4 ethernet interfaces and 3 openvpn tun virtual interfaces. With Shorewall everything work like a charm (only a little hassle with some details, due to bad configuration, not bugs!) Great tool! Tom and other Shorewall developers, you all are great! Bye (and sorry for my bad english) -- Paolo Basenghi - Centro elaborazione dati
2004 Mar 09
1
Samba PDC & ldapi://
I've seen several references on the web to setting up the LDAP SAM to communicate with the LDAP server via ldapi (IPC) verses ldap (IP). This should theoretically much faster. My LDAP master is on the same host as the Samba PDC. With nss_ldap using "uri ldap://localhost" and Samba using "ldapsam:ldap://localhost/" everything works. But changing nss_ldap to use
2009 Feb 22
1
Changing LDAP userPassword fails: Internal (implementation specific) error
openldap-2.3.27-8.el5_2.4,samba3-3.2.8-38 An smbpasswd by root to change a user's password fails with: [root@littleboy samba]# smbpasswd adam New SMB password: Retype new SMB password: ldapsam_modify_entry: LDAP Password could not be changed for user adam: Internal (implementation specific) error password hash failed Failed to modify entry for user adam. Failed to modify password entry for
2006 Jan 20
1
SID mapping to group name failed...
Hi, I'am experimenting an error on a Samba 3.0.20 pdc with ldap backend : When I have a try with the MS Win2k ACL editor to change a file permissions located on a Samba share, I can add or suppress domain users related acls, but with group related acls, an error occurs : MS Editor correctly shows the group SID, but cannot map the SID with the associated group name. smbd.log gives :
2020 Jul 15
3
Interacting with LDAP db without password as root
Wed, 15 Jul 2020 16:18:32 +0100 Rowland penny via samba <samba at lists.samba.org>: > On 15/07/2020 16:10, RhineDevil wrote: > > Wed, 15 Jul 2020 16:07:06 +0100 Rowland penny via samba <samba at lists.samba.org>: > >> On 15/07/2020 15:44, RhineDevil wrote: > >>> Wed, 15 Jul 2020 15:23:41 +0100 Rowland penny via samba <samba at lists.samba.org>: >
2011 Feb 26
2
FW: making BDC samba + ldap server
Is this Samba 3 or Samba 4? If samba 3, which ldap server are you using> What is the mail server? Does the mail server have its own LDAP server included it or is also using an external LDAP server. If you want replication between LDAP servers, they should be the same type of LDAP server (e.g. OpenLDAP or Apache Directory Server or Oracle Directory Server.) If you have one
2020 Jul 15
2
Interacting with LDAP db without password as root
Wed, 15 Jul 2020 13:56:48 +0100 Rowland penny via samba <samba at lists.samba.org>: > On 15/07/2020 13:36, RhineDevil via samba wrote: > > How could I avoid being asked a password when interacting with /var/lib/samba/private/ldap_priv/ldapi through ldapsearch or ldaputils in general? > > (ldapsearch -H ldapi//%2Fvar%2Flib%2Fsamba%2Fprivate%2Fldapi) > > Don't use
2020 Jul 15
2
Interacting with LDAP db without password as root
Wed, 15 Jul 2020 15:23:41 +0100 Rowland penny via samba <samba at lists.samba.org>: > On 15/07/2020 14:56, RhineDevil wrote: > > Wed, 15 Jul 2020 13:56:48 +0100 Rowland penny via samba <samba at lists.samba.org>: > >> On 15/07/2020 13:36, RhineDevil via samba wrote: > >>> How could I avoid being asked a password when interacting with
2020 Jul 15
2
Interacting with LDAP db without password as root
Wed, 15 Jul 2020 16:07:06 +0100 Rowland penny via samba <samba at lists.samba.org>: > On 15/07/2020 15:44, RhineDevil wrote: > > Wed, 15 Jul 2020 15:23:41 +0100 Rowland penny via samba <samba at lists.samba.org>: > >> On 15/07/2020 14:56, RhineDevil wrote: > >>> Wed, 15 Jul 2020 13:56:48 +0100 Rowland penny via samba <samba at lists.samba.org>: >
2015 Feb 02
2
Searching samba ldap without authentication
Hello, I'm writing a set of python scripts that need to consult samba ldap database without authentication. I've set up 2 machines, the first as PDC, the second as BDC. I run my scripts on both and while they run fine on the PDC they end with error on the BDC. Here is the minimal example that behave this way: import ldap LDAP_URI =
2020 Jul 15
2
Interacting with LDAP db without password as root
How could I avoid being asked a password when interacting with /var/lib/samba/private/ldap_priv/ldapi through ldapsearch or ldaputils in general? (ldapsearch -H ldapi//%2Fvar%2Flib%2Fsamba%2Fprivate%2Fldapi) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 833 bytes Desc: Firma digitale OpenPGP URL:
2015 Feb 02
2
Searching samba ldap without authentication
Le 02/02/2015 10:59, Rowland Penny a ?crit : > On 02/02/15 09:04, Jean-Fran?ois Morcillo wrote: >> Hello, >> >> I'm writing a set of python scripts that need to consult samba ldap >> database without authentication. >> I've set up 2 machines, the first as PDC, the second as BDC. >> I run my scripts on both and while they run fine on the PDC they end
2007 May 14
0
ldapi socket
Hello List, i was wondering where ubuntu gets its /var/run/ldapi socket from? I am trying to run samba with "passdb backend = ldapsam:ldapi://%2fvar%2frun%2fldapi/" Any hint or idea is welcome :) Thanks, Mario
2011 Feb 07
2
bind9 dlopen/dlz problems [update]
Hi, just a short update on this issue: By using strace and having a look at the source code, I found the reason for the named error: Accessing samba database via ldapi requires the use of ildap.so (samba ldb module, which is not located in "standard ldb modules path"). Just setting LDB_MODULES_PATH to the directory containing it makes named start: export
2020 Jul 18
3
Adding users with ldif file
On 18/07/2020 13:52, RhineDevil wrote: > Fri, 17 Jul 2020 19:44:37 +0100 Rowland penny via samba <samba at lists.samba.org>: >> On 17/07/2020 19:31, RhineDevil via samba wrote: >>> And by that I mean, where are the dbs, what should I rm -rf? >> On Debian just remove /var/lib/samba and /var/cache/samba >>> By the way how do I obtain current machine netbios