Displaying 3 results from an estimated 3 matches for "global_data".
2004 Sep 05
1
Printing Problem
...Profiles]
    path = /usr/local/samba/profiles
    browseable = no
    guest ok = yes
[printers]
   comment = All Printers
   path = /var/spool/samba
   browseable = yes
   guest ok = yes
   writable = no
   printable = yes
[artdirectory]
   comment = Alle Dateien hier hinein!
   path = /dataraid/global_data
   browseable = yes
   guest ok = no
   writable = no
   write list = @ntadmins
   force group = ntadmins
   create mask = 777
   directory mask = 777
[backup]
   comment = Backup
   path = /backup/dvdbackup
   browseable = yes
   guest ok = no
   writeable = no
__________________________________...
2007 Sep 29
64
[Bug 1371] New: Add PKCS#11 (Smartcards) support into OpenSSH
http://bugzilla.mindrot.org/show_bug.cgi?id=1371
           Summary: Add PKCS#11 (Smartcards) support into OpenSSH
           Product: Portable OpenSSH
           Version: 4.7p1
          Platform: All
               URL: http://alon.barlev.googlepages.com/openssh-pkcs11
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component:
2003 Dec 15
6
Secondary Groups and Group Mapping
...create mode = 0000
security mask = 0774
force security mode = 0000
directory mask = 0775
force directory mode = 0000
directory security mask = 0775
force directory security mode = 0000
[homes]
   comment = Home Directories
   path = /users/%S
   browseable = no
   writable = yes
   only user = yes
[global_data]
   comment = Global Data share
   browseable = yes
   path = /globaldata
   read only = no
   public = yes
----
ldap.conf contains
host activedsvr.lan.subd.dom.com
base dc=lan,dc=subd,dc=dom,dc=com
scope sub
nss base passwd dc=lan,dc=subd,dc=dom,dc=com?sub
nss base shadow dc=lan,dc=subd,dc=dom,...