Guest User

Untitled

a guest
Jul 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE pam_mount SYSTEM "pam_mount.conf.xml.dtd">
  3. <pam_mount>
  4. <debug enable="0" />
  5. <volume user="*" fstype="cifs" server="zentyal" path="%(DOMAIN_USER)" mountpoint="/home/%(DOMAIN_USER)" options="sec=ntlmssp,nodev,nosuid,mfsymlinks,nobrl" />
  6. <mntoptions allow="nosuid,nodev,loop,encryption,fsck,nonempty,allow_root,allow_other" />
  7. <mntoptions require="nosuid,nodev" />
  8. <logout wait="0" hup="no" term="no" kill="no" />
  9. <mkmountpoint enable="1" remove="true" />
  10. </pam_mount>
  11.  
  12. options="sec=ntlmssp,nodev,nosuid,mfsymlinks,nobrl,vers=1.0"
  13.  
  14. security = ads
  15.  
  16. idmap config * : backend = tdb
  17. idmap config * : range = 1000000-1999999
  18.  
  19. idmap config ISONZO5 : backend = rid
  20. idmap config ISONZO5 : range = 5000000-5999999
  21.  
  22. workgroup = ISONZO5
Add Comment
Please, Sign In to add comment