Esplora E-book
Categorie
Esplora Audiolibri
Categorie
Esplora Riviste
Categorie
Esplora Documenti
Categorie
¿ Como integrar ?
- Centrify (www.centrify.com)
- Likewise (http://sourceforge.net/projects/likewiseopen)
• Solución casera.
yum -y install samba-winbind samba-winbind-clients
pam_krb5
Samba
[global]
workgroup = UFASU
realm = UFASU.LAB
security = ADS
password server = dc1.ufasu.lab
log file = /var/log/samba.log
idmap config * : range = 100000-20000
idmap config * : backend = tbd
/etc/samba/smb.conf
[global]
workgroup = UFASU
realm = UFASU.LAB
security = ADS
password server = dc1.ufasu.lab
log file = /var/log/samba.log
idmap config * : range = 1000-9999
idmap config * : backend = tbd
idmap config UFASU : backend = rid
idmap config UFASU : range = 10000-99999
Join domain
[homes]
valid users = %S
read only = no
browseable = no
create mode = 0600
directory mode = 0700
smb
[public]
path = /home/public
browsable = yes
writable = yes
guest ok = yes
read only = no
smb
[private]
path = /home/private
valid users = @gprivate
guest ok = no
writable = yes
browsable = yes
smb