mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 08:50:12 +01:00
added altSecurityIdentities
Added altSecurityIdentities to SSSD config (outcommnted)
This commit is contained in:
parent
24fe053dfc
commit
e79d1d0ebc
@ -247,7 +247,8 @@ sudo echo "#entry_cache_user_timeout = 5400
|
||||
#ad_enable_gc = False
|
||||
entry_cache_timeout = 600
|
||||
entry_cache_nowait_percentage = 75 " | sudo tee -a /etc/sssd/sssd.alternatives
|
||||
#######################################################################################
|
||||
|
||||
############################## load from readfile to sssd ##########################################
|
||||
if [ -f readfile ]
|
||||
then
|
||||
sudo service sssd restart
|
||||
@ -319,6 +320,12 @@ fi
|
||||
else
|
||||
echo "Skipped ldaps"
|
||||
fi
|
||||
|
||||
############################## altSecurityIdentities ###############################################
|
||||
#sudo echo "
|
||||
#ldap_user_extra_attrs = altSecurityIdentities:altSecurityIdentities
|
||||
#ldap_user_ssh_public_key = altSecurityIdentities" | sudo tee -a /etc/sssd/sssd.conf
|
||||
|
||||
################################# Check #######################################
|
||||
if ! sudo service sssd restart
|
||||
then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user