Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dacs.vfs(5) [linux man page]

DACS.VFS(5)							DACS Formats Manual						       DACS.VFS(5)

NAME
dacs.vfs - the DACS virtual filestore DESCRIPTION
These files are part of the DACS suite. The virtual filestore provides flexible ways for DACS and software built on top of DACS to obtain information regardless of how or where the information is stored. The DACS core accesses (almost) all configuration information through the virtual filestore layer, allowing information to be more easily shared and maintained, secured, or organized for better performance. Sometimes it is easiest to store information in a regular file initially, where it can be modified using an ordinary text editor, but after some growth a database might improve performance. In some situations, accessing the information remotely, via HTTP, makes administration more convenient or is more secure. A goal of the virtual filestore is to make it simple to make configuration choices appropriate to a particular DACS environment, and to change them as required. Consult dacsvfs(1)[1] for additional information. For example, the account file used by dacspasswd(1)[2] and other components is accessed from within DACS through the name passwds (a string called an item type). The DACS configuration in effect determines how this is mapped to an object that contains the account information, how an individual account name is looked up, and where the object is located. Each virtual filestore instance maps to either an uninterpreted sequence of bytes (e.g., a Unix file or the output of a program) or an object that contains zero or more items, each of which is associated with a key (i.e., the name of an item relative in its virtual filestore context) and has an uninterpreted sequence of bytes as its value (e.g., a database file, a Unix file containing lines having a particular keyword/value structure, or a directory containing regular files). The VFS[3] directive is used to specify where and how information is stored. Some commands and functions take a VFS specification as an argument to provide a default or override a default. For maximum portability, a key should be composed of characters from the Portable Filename Character Set[4]: any alphanumeric character, period, hyphen, or underscore. The true limitation on the character set depends on the underlying storage scheme and URI syntax constraints. There is no a priori limit on naming context or key length. SEE ALSO
dacsvfs(1)[1], dacs.conf(5)[5], dacs.install(7)[6], dacs_vfs(8)[7] BUGS
AUTHOR
Distributed Systems Software (www.dss.ca[8]) COPYING
Copyright2003-2012 Distributed Systems Software. See the LICENSE[9] file that accompanies the distribution for licensing information. NOTES
1. dacsvfs(1) http://dacs.dss.ca/man/dacsvfs.1.html 2. dacspasswd(1) http://dacs.dss.ca/man/dacspasswd.1.html 3. VFS http://dacs.dss.ca/man/dacs.conf.5.html#VFS 4. Portable Filename Character Set http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap03.html#tag_03_276 5. dacs.conf(5) http://dacs.dss.ca/man/dacs.conf.5.html 6. dacs.install(7) http://dacs.dss.ca/man/dacs.install.7.html 7. dacs_vfs(8) http://dacs.dss.ca/man/dacs_vfs.8.html 8. www.dss.ca http://www.dss.ca 9. LICENSE http://dacs.dss.ca/man/../misc/LICENSE DACS 1.4.27b 10/22/2012 DACS.VFS(5)

Check Out this Related Man Page

DACS_MEX(8)						     DACS Web Services Manual						       DACS_MEX(8)

NAME
dacs_mex - WS-MetadataExchange responder for Information Cards SYNOPSIS
dacs_mex [dacsoptions[1]] DESCRIPTION
This program is part of the DACS suite. The dacs_mex web service is the WS-MetadataExchange responder for DACS's managed Information Cards. Refer to dacs_infocard(8)[2] and dacs_managed_infocard(8)[3] for additional information. OPTIONS
Web Service Arguments dacs_mex understands the following CGI arguments: AUTHTYPE This argument identifies the authentication credential type required by the IP/STS. The following values are understood: o PASSWD The UsernamePasswordCredential authentication credential type is required. o CERT The X509V3Credential authentication credential type is required. o CARD The SelfIssuedCredential authentication credential type is required. DIAGNOSTICS
The program exits 0 if everything was fine, 1 if an error occurred. BUGS
As this is a relatively new and complicated feature, please test carefully. SEE ALSO
dacsinfocard(1)[4], dacs.conf(5)[5], dacs_authenticate(8)[6], dacs_sts(8)[7], Using InfoCards With DACS[8] AUTHOR
Distributed Systems Software (www.dss.ca[9]) COPYING
Copyright2003-2012 Distributed Systems Software. See the LICENSE[10] file that accompanies the distribution for licensing information. NOTES
1. dacsoptions http://dacs.dss.ca/man/dacs.1.html#dacsoptions 2. dacs_infocard(8) http://dacs.dss.ca/man/dacs_infocard.8.html 3. dacs_managed_infocard(8) http://dacs.dss.ca/man/dacs_managed_infocard.8.html 4. dacsinfocard(1) http://dacs.dss.ca/man/dacsinfocard.1.html 5. dacs.conf(5) http://dacs.dss.ca/man/dacs.conf.5.html 6. dacs_authenticate(8) http://dacs.dss.ca/man/dacs_authenticate.8.html 7. dacs_sts(8) http://dacs.dss.ca/man/dacs_sts.8.html 8. Using InfoCards With DACS http://dacs.dss.ca/man/using-infocards-with-dacs.html 9. www.dss.ca http://www.dss.ca 10. LICENSE http://dacs.dss.ca/man/../misc/LICENSE DACS 1.4.27b 10/22/2012 DACS_MEX(8)
Man Page