1006
правок
Kekaloav (обсуждение | вклад) |
Kekaloav (обсуждение | вклад) |
||
Строка 1: | Строка 1: | ||
Строка 49: | Строка 50: | ||
chmod 600 /etc/sssd/sssd.conf | chmod 600 /etc/sssd/sssd.conf | ||
service sssd start | service sssd start | ||
</syntaxhighlight>Отключение<syntaxhighlight lang="bash"> | |||
#!/bin/bash | |||
service sssd stop | |||
cp /etc/nsswitch.conf_ /etc/nsswitch.conf | |||
service nscd restart | |||
cp /etc/krb5.conf_ /etc/krb5.conf | |||
cp /etc/samba/smb.conf_ /etc/samba/smb.conf | |||
cp /etc/sssd/sssd.conf_ /etc/sssd/sssd.conf | |||
service smb restart | |||
service nmb restart | |||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Категория:МОС]] | [[Категория:МОС]] |