diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2009-07-30 03:39:26 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2009-07-30 03:39:26 +0000 |
commit | 4b26e437feabdc52ea639d017e6083176b281710 (patch) | |
tree | 2c2a35c9e0ffe94af8e2a53410f39635db173921 | |
parent | 676e5cec8cd057f1ba404e6af2a4fd1453bdd36c (diff) | |
download | bcfg2-4b26e437feabdc52ea639d017e6083176b281710.tar.gz bcfg2-4b26e437feabdc52ea639d017e6083176b281710.tar.bz2 bcfg2-4b26e437feabdc52ea639d017e6083176b281710.zip |
Client Metadata schema: Add auth attribute to client schema (Fix from Mike McCallister)
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5395 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | schemas/clients.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/clients.xsd b/schemas/clients.xsd index 3464921e6..09ddf22db 100644 --- a/schemas/clients.xsd +++ b/schemas/clients.xsd @@ -20,6 +20,7 @@ <xsd:attribute type='xsd:string' name='name' use='required'/> <xsd:attribute type='xsd:string' name='profile' use='required'/> <xsd:attribute type='xsd:string' name='pingable' use='optional'/> + <xsd:attribute type='xsd:string' name='auth' use='optional'/> <xsd:attribute type='xsd:string' name='uuid'/> <xsd:attribute type='xsd:string' name='password'/> <xsd:attribute type='xsd:string' name='location'/> |