home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20110725.etc.tar.gz / bradford.20110725.etc.tar / etc / sysconfig / ldap < prev    next >
Text File  |  2006-12-18  |  842b  |  37 lines

  1. ## Path:    System/Yast2/Ldap
  2. ## Description:    YaST2 Ldap-client configuration
  3. ## Type:    string
  4. ## Default:    none
  5. #
  6. # Main configuration DN. At these place (in the LDAP directory) the
  7. # configuration objects (like userConfiguration or groupConfiguration)
  8. # are saved as default.
  9. #
  10. #
  11. BASE_CONFIG_DN=""
  12.  
  13.  
  14. ## Path:    System/Yast2/Ldap
  15. ## Description:    YaST2 Ldap-client configuration
  16. ## Type:    string
  17. ## Default:    none
  18. #
  19. # Administrator bind DN. With this DN you will bind to LDAP server to
  20. # configure directory contens.
  21. #
  22. #
  23. BIND_DN=""
  24.  
  25.  
  26. ## Path:    System/Yast2/Ldap
  27. ## Description:    YaST2 Ldap-client configuration
  28. ## Type:        yesno
  29. ## Default:     no
  30. #
  31. # If this machine acts as a file server for LDAP users home directories.
  32. # Value is used by YaST2 Users module to check if managing home directories
  33. # of LDAP users is possible.
  34. #
  35. #
  36. FILE_SERVER="no"
  37.