All Questions
14 questions
0
votes
0
answers
47
views
Managing SSH access and who has access
I'm currently implementing AD and some of the users access external servers via SSH (not hosted within the AD) and I'm looking for a way to monitor who is accessing them and maybe limit them. As far ...
1
vote
0
answers
455
views
Ldapsearch through ssh tunell
I have four machines A, B, C, D and I would like to use ldapsearch on the first machine through an ssh tunnel over to C with a jump from B to C. Currently ldapsearch on C contacts the ldap server on D,...
1
vote
1
answer
1k
views
ldap authorizedkeyscommand failed status 255
I have a user that can't login into one of our Centos7 boxes using his public key from the LDAP server.
The error message that sshd logs (DEBUG mode on) is error: AuthroizedKeysCommand /usr/libexec/...
0
votes
2
answers
2k
views
LDAP the right choice?
So I'm looking for a solution for ssh key authorisation access to numerous servers, and have been pointed towards using LDAP. I wanted to present the use case and see if LDAP would be applicable and ...
2
votes
1
answer
2k
views
Generation of SSHFP Records in FreeIPA
MY SETUP
I have a cluster of machines running Centos 7.3, and I am using Kerberos / LDAP for authentication. Kerberos / LDAP are as packaged in FreeIPA 4.4.0.
All hosts have an address on 192.168.1....
1
vote
1
answer
326
views
Best way to test my LDAP password on servers that otherwise use SSH keys
I work in an environment where I cannot reset my own LDAP password. I have to open a ticket with the NOC and they reset it for me. That's fine, except that sometimes they don't actually reset my LDAP ...
1
vote
1
answer
121
views
Why ldap doesn't change my user when I remotely connect?
=
I have three pcs :
192.168.0.70 dell has an ldap server
192.168.0.60 pb should be configured to connect to dell's ldap server
192.168.0.80 mac
if I ssh to pb with an ldap user ...
4
votes
0
answers
4k
views
SSH Failing with User not known for local user
I added a local user to my server (CentOS 6.5) but when I attempt to login as that user I'm getting denied by SSSD with the following error:
I can connect with my LDAP credentials fine but can't ...
3
votes
2
answers
7k
views
Public key authentication for LDAP users using local authorized_keys
We are using LDAP for account information. The environment is configured as follows ...
A CentOS 7 OpenLDAP directory server
A CentOS 7 client configured to use the directory server
authconfig has ...
2
votes
1
answer
1k
views
How can I set path for non-interactive user authenticated using LDAP?
On a Mac running OSX 10.7.5, I need to set the PATH for non-interactive users who connect via ssh and are authenticated using LDAP. It's the same question that was asked (and answered) here:
https://...
1
vote
0
answers
320
views
See a list of users logged in using LDAP
I helped set up a computer lab with a LDAP setup to share home folders and to use for user login.
The server running ldap is centos and the computers connecting to it are linux mint. People can get ...
0
votes
1
answer
2k
views
Mac OS X: Make home directory at login via SSH
I have LDAP server on Ubuntu 12.04 and Mac OS X 10.7.5 client configured via Directory Service. The NFSHomeDirectory property mapped to #/Users/$uid$. LDAP users can login to Mac via login screen or ...
1
vote
2
answers
347
views
Other way to connect to ldap besides ssh? [closed]
I have been following some tutorials on installing the client and connecting to the LDAP server and they all say its via ssh.
Is there another way besides ssh to connect to the LDAP server?
0
votes
1
answer
2k
views
ssh login with mail address
I have an Ldap Server configured an running and another server listen to this users database. (Ldap client)
I need to force users login on ssh with user as email
(dc: [email protected])
and ...