Questions tagged [ldap]

The Lightweight Directory Access Protocol (LDAP) is a directory service protocol that runs on a layer above the TCP/IP stack. It provides a mechanism used to connect to, search, and modify Internet directories. The LDAP directory service is based on a client-server model.

16 questions
3
votes
2 answers

Postgres RDS: is there a way to use LDAP authentication?

We have a client interested in using LDAP (specifically Active Directory) for user authentication on a PostgreSQL AWS RDS (Aurora, specifically) database. Anybody doing this successfully?
Mark McWiggins
  • 219
  • 1
  • 6
2
votes
1 answer

Windows SQL Server Express 2012 and LDAP external server integration

I have a new installation of Windows Server 2012 with SQL Server Express 2012 with the management tools. I'm planning to create there a simple synchronization that will make queries twice per day to an external LDAP service (not a Windows active…
Curro V
  • 41
  • 1
  • 3
2
votes
0 answers

PostgreSQL 9.3 running on Linux - need to authenticate vs. Windows Active Directory

Database server is Ubuntu Linux 3.13.0-68-generic Database is PostgreSQL 9.3.10 LDAP set up according to https://cdc.iseage.org/tutorial-pam-ldap-authentication-active-directory-debianubuntu/ pg_hba.conf line: host all all 127.0.0.1/32 ldap…
Zeki
  • 21
  • 1
2
votes
0 answers

How do I authenticate a Database User by a LDAP Server and then to login with the SQL Developer, without using the OID/Apex?

I want to create a global User, identified by a LDAP_DN. My Problem is: I can automatically create users, but when I try to log on to the database, I get the error message that the login data are wrong. "CREATE USER 'TEST_ID' IDENTIFIED GLOBALLY AS…
StudentGer
  • 21
  • 2
1
vote
1 answer

Can SQL Server OpenQuery/OpenRowSet to an LDAP Linked Server be used for Authentication?

I can fetch data back from LDAPS (port 636/3269) by first creating a Linked Server using sp_addlinkedserver and sp_addlinkedsrvlogin. However, what I really need to do is to authenticate a Username/Password pair against LDAPS, to determine if the…
1
vote
0 answers

MySQL 5.7 (Percona Server) PAM LDAP authentication from Workbench 8.0 on Windows

I have a server running Percona Server 5.7 and enabled PAM LDAP authentication. I can connect with LDAP user from: mysql client MySQL Workbench 8.0 on Linux (Ubuntu) with dialog.so plugin copied from Percona Server 8.0 distribution. MySQL Workbench…
1
vote
1 answer

Connecting to Oracle DB with LDAP-Credentials

So I would like to connect to a remote Oracle database from my Linux system using the oraclient 19c on the command line, but whenever I try to connect it sees the realmpart of my username as the server. For example I want to connect with my…
PSQLNutzer
  • 11
  • 1
1
vote
0 answers

SASL won't auth against LDAP

So I am running into a whirlwind of issues with my cyrus install. I am setting up a multi-domain kolab groupware solution. I am on centos 6.7 I am getting this flooding my error logs when I try to make a new user on a fresh multi domain setup: Aug…
0
votes
2 answers

Store LDAP bind credentials in environment variables for pg_hba.conf

I am working on setting up LDAP authentication for a PostgreSQL database and have added the following in my pg_hba.conf file: # TYPE DATABASE USER ADDRESS METHOD host all all all ldap…
0
votes
3 answers

Setup Secure LDAP over SSL/TLS (LDAPS) for PostgreSQL

Haven’t had much luck while trying several ways to implement LDAPS for PostgreSQL. pg_hba.conf hostssl all +test_ldap 0.0.0.0/0 ldap ldapserver=dc2.ad.foobar.com ldapport=636 ldapscheme=ldaps ldaptls=0…
roman95
  • 11
  • 2
0
votes
0 answers

Oracle Kerberos LDAP authentication without KTPASS

I am working on trying to set up LDAP authentication on an Oracle 19c machine. The Active directory server I am authenticating against is a government service and they don't allow the kind of passwordless logins that are required in these…
0
votes
1 answer

Percona PAM with AD authentication using SSSD

I have installed percona PAm plugin on my Percona server as shown below: mysql> show plugins; ... | auth_pam | ACTIVE | AUTHENTICATION | auth_pam.so | GPL | | auth_pam_compat | ACTIVE |…
The Georgia
  • 303
  • 4
  • 18
0
votes
1 answer

Openldap Replication don't run after configuring

I'm practicing OpenLDAP replication with 2 Centos 6.9 64bit virtual machines. The setting-up process was fine, but after I insert data into the master server, nothing happens in the slave. MASTER SETTING slapd.conf overlay…
0
votes
1 answer

Does Oracle Instant Client 12c support LDAP?

I've been using Oracle Instant Client 12c as a lighter-weight alternative to the full Oracle installation. It works fine when I resolve service names with tnsnames.ora, but now I would like to configure it to use LDAP. I dropped our corporate…
serverpunk
  • 189
  • 2
  • 6
0
votes
1 answer

Bypassing LDAP for MongoDb Users

Environment: MongoDb: 3.0 Enterprise Edition Linux: Red Hat Enterprise Linux Server release 6.4 (Santiago) Use case: We need to have the above three MongoDb users which are not present in LDAP (they need to be available for technical…
Syranno
  • 1
  • 1
1
2