summaryrefslogtreecommitdiffstats
path: root/schemas/clients.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-03-20 18:18:27 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-03-20 18:18:27 +0000
commite2a993f201174165190f1e8a619c7861415478de (patch)
tree5b7dd9bddb31ed3575facabf6f6cc11b846cd68b /schemas/clients.xsd
parent69fe6a3ca83bb9f6574cce48efceafb80ce954ec (diff)
downloadbcfg2-e2a993f201174165190f1e8a619c7861415478de.tar.gz
bcfg2-e2a993f201174165190f1e8a619c7861415478de.tar.bz2
bcfg2-e2a993f201174165190f1e8a619c7861415478de.zip
Add new uuid/per-client password options to client schema
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2963 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/clients.xsd')
-rw-r--r--schemas/clients.xsd4
1 files changed, 4 insertions, 0 deletions
diff --git a/schemas/clients.xsd b/schemas/clients.xsd
index 7ff3471ad..da311661f 100644
--- a/schemas/clients.xsd
+++ b/schemas/clients.xsd
@@ -20,6 +20,10 @@
<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='required'/>
+ <xsd:attribute type='xsd:string' name='uuid'/>
+ <xsd:attribute type='xsd:string' name='password'/>
+ <xsd:attribute type='xsd:string' name='location'/>
+ <xsd:attribute type='xsd:string' name='secure'/>
<xsd:attribute type='xsd:string' name='pingtime'/>
<xsd:attribute type='xsd:string' name='address'/>
</xsd:complexType>