Lightweight Directory Access Protocol (LDAP) for reading and editing directories over an IP network

learn more… | top users | synonyms

0
votes
0answers
43 views

Backup TFS 2010 to Samba share

I am looking at backing up our TFS 2010 system to a samba share that is not under LDAP, and thus requires a separate login to connect to the file store. Is TFS smart enough to save these login details ...
12
votes
2answers
165 views

SSH only works after intentionally failed password

So, I'm having a rather weird problem. I have a server, that when I try to SSH into, immediately closes the connection if I type in the correct password on the first attempt. However, if I ...
0
votes
0answers
161 views

Managing samba quotas in ldap

I have a samba server exporting homes. Usermanagement/authentication is done via ldap (openldap to be specific). Now I want those users to have a filesystem quota. As far as i understand the best way ...
0
votes
0answers
100 views

Apache - LDAP: Is auth for subdirectories inherited from the parent directory

We're using the authnz_ldap_module with Apache 2.2.12. Is the authentication configuration for a sub-directory inherited from the parent directory? Considering the following configuration in ...
2
votes
0answers
97 views

Configure DB2 LDAP authentication

I want to configure LDAP auth in DB2. From IBM docs I learned that first I need to configure LDAP authentication in operating system. But in documentation described old way of configuring LDAP for ...
0
votes
0answers
76 views

Integration of Jboss Portal 2.6.8 with cas server 3.5.0 in different hosts

I'm a newby in jboss. I have deployed CAS server in tomcat in the host1 and configurate it with ldap. It works fine. I have a jboss-portal configurated with the same ldap too in the host2. Now I need ...
0
votes
1answer
73 views

Email address as rdn in Active Directory Application Mode - ADAM

Is it OK to use an email address as the CN attribute in ADAM (I don't mean the email/mail attribute)? I have a requirement that calls for ADAM for authentication and the user's email address as the CN ...
0
votes
0answers
295 views

ldap-authentication without sambaSamAccount on linux smb/cifs server (e.g. samba)

i'm currently running samba-3.5.6 on a debian/wheezy host to act as the fileserver for our department's w32-clients. authentication is done via OpenLDAP, where each user-dn has an ...
3
votes
1answer
270 views

Dynamic group membership to work around no nested security group support for Active Directory

My problem is that I have a number of network administration applications like SAN switches that do not support nested groups from Active Directory Domain Services (AD DS). These legacy administration ...
4
votes
3answers
1k views

It is possible to put FreeNAS as Auth Server (SMB or LDAP), File server and Ubuntu as “Client” (Kerberos auth-pam)?

I want to configure my FreeNAS server as authentication server (user FreeNAS local user's to auth into ubuntu clients) and NAS server, of course. I have Ubuntu as clients and they are booting over ...
1
vote
0answers
194 views

CentOS LDAP authentication

How to configure LDAP-auth in CentOS 6? I configured it using GUI tool. Configuration looks like this : But when I logout from root and try login with user defined in LDAP - nothing happens. I ...
0
votes
1answer
41 views

OS LDAP auth when LDAP server located in same machine

Is it normal to make LDAP authorization on Linux OS (CentOS 6.3) when LDAP server will run on same machine? I think I can't make authetication through LDAP when I start operating system, because my ...
0
votes
1answer
202 views

LDAP authorization patterns for roles, permissions and users

I am developing a web application and I have a requirement to use LDAP for authentication / authorization purposes. I have limited experience with LDAP and I would like to understand how one goes ...
-1
votes
2answers
833 views

Where located /etc/ldap.conf in CentOS 6.3?

Where I can find /etc/ldap.conf file to configure system authentication through LDAP in CentOS 6.3?
1
vote
1answer
160 views

Start TLS and 389 Directory

I'm trying to configure Start TLS on 389 Directory server, but I'm having all sorts of issues. I've been following this doc: ...
0
votes
0answers
71 views

Is LDAP typically used in conjunction with SAP?

I have potential clients that all use SAP. To avoid silent push back from IT, we want to make sure we don't add extra complexity to their job if the client (our client internal to the company is not ...
1
vote
0answers
324 views

CentOS PAM+LDAP login and host attribute

My system is CentOS 6.3, openldap is configured well, PAM authorization works fine. But after turning pam_check_host_attr to yes, all LDAP-auths fail with message "Access denied for this host". ...
0
votes
1answer
170 views

apache authentication stunnel

Apache is listening on port 80 and redirecting everything to https, which is handled by stunnel. If I put in authentication in it redirects before it does the authentication. Is there a way to handle ...
-1
votes
2answers
388 views

Authenticat users with LDAP and Apache 2.4

i would like to setup a LDAP Authentication with Apache 2.4. LDAP Sever is a Windows 2008. My .htaccess looks like: AuthType Basic AuthName "Login" AuthBasicProvider ldap AuthLDAPBindDN ...
1
vote
0answers
128 views

stunnel Haproxy ldap authentication

in our setup port 433 is handled by stunnel. After that haproxy will dispatches the request to the appropriate backend. I have managed to enable authentication in haproxy. But the users and passwords ...
0
votes
1answer
31 views

way to rewrite LDAP field name before getting to client?

We have access to an LDAP server that has a field we need the information from. Its structure cannot be changed. We have a client application that requires the field to a certain name. How can we ...
1
vote
1answer
80 views

Can Windows LDAP-synch Access Post Windows 2000 User Names?

Here is my question. Can LDAP reference the current Active Directory user name rather than the Pre-Windows 2000 name? Here are the details of the question. We have a new Windows 2008 Server R2 ...
0
votes
1answer
48 views

Can you use LDAP and PAM to implement a restricted shell?

Can you use LDAP and PAM to implement a restricted shell and control those users via groups on the LDAP DC? I would like to do this for several Red Hat, Solaris and Ubuntu servers? Thanks!
-2
votes
1answer
114 views

Java login through LDAP [closed]

I am starting to write an application for our office and the first step is authentication through LDAP where all users already exist. Everything I need is a code in Java to check if the pair ...
0
votes
1answer
155 views

Will unbinding a server to an Open Directory Master remove its own file shares

According to this article: http://support.apple.com/kb/TS3180?viewlocale=en_US I am required to remove the ldap binding of my second Mac OS X Lion server before I set it up as a replica server. I ...
1
vote
0answers
150 views

Apache LDAP auth: denied all time

There is my config (httpd 2.4): <AuthnProviderAlias ldap zzzldap> LDAPReferrals Off AuthLDAPURL "ldaps://ldap.zzz.com:636/o=zzz.com?uid?sub?(objectClass=*)" AuthLDAPBindDN ...
0
votes
1answer
256 views

LDAP Auth with checking the group user belongs to?

Here is the problem I want to solve. We have a mercurial source control server (Linux + Apache + mod_auth), that I want to configure so it works against LDAP (right now it's basic authorization on ...
1
vote
1answer
336 views

trying to allow domain admins access in apache

I am trying to authenticate domain admins through apache and it is not working. Error i get is as follows [Mon Sep 24 14:54:45 2012] [debug] src/mod_auth_kerb.c(1432): [client 172.16.0.85] ...
0
votes
1answer
318 views

Testlink stop working when configuring it to use LDAP

I have a TestLink webservice running on a server, and OpenLDAP running on other server. There are no firewall problems between them (I managed to configure Redmine, on the same server as TestLink, to ...
0
votes
0answers
41 views

ldap_search hanging in poll

My ldap_search call is hanging in a poll statement. The relevant gdb backtrace of my tcp connection is as follows. (gdb) bt #0 0x00002ba073e16eff in poll () from /lib64/libc.so.6 #1 ...
0
votes
1answer
68 views

Is it possible to store Hashed data in a different field than userPassword in LDAP

I've been asked to store hashed data in a LDAP server. Putting hashed passwords is easy but I'm not sure if LDAP allows to store data like email hashed or even encrypted. Creating a LDIF file with a ...
1
vote
1answer
124 views

How can I persist certificates in Java's cacerts?

We need to have a certificate in Java's cacerts keystore for one of our servers that is authenticated by LDAP. We are using Ubuntu server. We have successfully done this by updating the cacerts file ...
3
votes
2answers
220 views

Ubuntu 11.04 and OpenLDAP - where is the config?

I've been asked to setup a multimaster LDAP environment on Ubuntu 11.04 - instead of a single master server. I cloned the master server and recreated it into two VMs. I am trying to follow the ...
1
vote
0answers
28 views

Authenticating Mountain Lion over Ubuntu 12 LDAP [duplicate]

Possible Duplicate: Ubuntu OpenLDAP and Mac OS X Roaming Profiles I've installed slapd on Ubuntu 12 after a long long day of trial and error. I've added the apple.ldif schema, and the ...
0
votes
1answer
84 views

What are the benefits of using ldap with Samba?

I am curious to know what are the benefits of using LDAP with Samba? In other words, without integrating LDAP with Samba, what are the limitations of Samba?
1
vote
3answers
40 views

Rip authentication from LDAP to local

We are taking a small portion of our network offline, and running a separate network using that portion. (By small portion I mean 2 servers, that will be connected to 30 odd boxes that aren't usually ...
0
votes
0answers
89 views

Windows server 2008 R2 - disallow LDAP null bases

A security scan found out that LDAP allows null bases for server 2008. Does someone know how to disable it? Thanks!
1
vote
1answer
68 views

Red Hat Directory Server and 389 Directory Server, differences

Red Hat Directory Server and 389 Directory Server are the same product? Or what is the difference between them?
0
votes
1answer
614 views

How to disallow LDAP anonymous binding for Windows server 2008

I have a Windows server 2008 server under domain and security scan found out that LDAP anonymous binding is allowed. So i need to disable the anonymous binding for my domain. I have found a way to do ...
1
vote
0answers
96 views

Multimaster LDAP replication on Ubuntu 11.04

I'm attempting to setup a multimaster pair on Ubuntu 11.04. I currently have a working single server which I've cloned to a 2nd server. The installed version of OpenLDAP is the default from the Ubuntu ...
0
votes
0answers
248 views

JAAS. Configure Websphere LDAP authentication

I have installed WAS 7 and IBM Tivoli Directory Server as LDAP provider. How I can cause Websphere to authenticate users through Tivoli Directory Server? My purpose is to make possible to declare ...
-1
votes
1answer
427 views

ubuntu ldapsetpasswd set password not working

becase I installed a ldap server, I am making a server client authentication for server users but having problem with password thing. if I put a password in add ldif file and put some encoding tag in ...
1
vote
1answer
652 views

Spring Security 3.1 & Active Directory - how to set up config for users and groups

I have not been able to find anything relating to what I want to achieve I have a web system that is using Spring Secuirty 3.1 that needs to link users from an Active Directory. For my dev, I was ...
2
votes
1answer
204 views

Best practices for LDAP and DMZ

We are in the process of setting up a DMZ and I have stumbled into the question of how to handle machines that need to have ports exposed to the internet, but at the same time be able to make LDAP ...
0
votes
1answer
501 views

How to add AD users to a “Domain Controller” running ADLDS?

I installed ADLDS to my development machine in hopes to be able to test authentication from .NET code without having to have a separate machine (or even VM) running Active Directory. Everything went ...
1
vote
1answer
264 views

Removing/modifying LDAP objectclasses/attributes using olc

I'm having trouble using openldap's olc to modify a schema without shutting down the server. To test some things out, I made the following schema: objectIdentifier tests orgUlyssisOID:4 ...
0
votes
0answers
347 views

Apache Kerberos/LDAP: A required input parameter could not be read: An invalid name was supplied (, Unknown error)

(Debian Squeeze) I have Apache authenticating via Kerberos - that works fine. Now I want to restrict the site to a single group only, so I need to add LDAP authorization. I enabled authnz_ldap and ...
0
votes
0answers
339 views

How do you perform LDAP authentication with netatalk?

I am attempting to move data for one of my clients off their old Xraid system and on to a new SAN. The problem is that all the client machines are Mac, and obviously the Xraid is hooked up to a Mac ...
1
vote
4answers
77 views

Installing and deploying LDAP for own applications

We have a set of various web applications dedicated to our distributors and partners. Some are standard packages such as Alfresco, others are custom-made web sites. All are protected by a login. We'd ...
0
votes
1answer
596 views

Changing Active Directory password over LDAP using passwd/ldappasswd/Samba

I am trying to change the Active Directory (on a Windows 2008 server) from a CentOS 6.2 machine over openLDAP. I have tried passwd, ldappasswd and trying to see if I can do it with Samba without the ...

1 3 4 5 6 7 22