Skip to content

Commit

Permalink
updated schema
Browse files Browse the repository at this point in the history
svn path=/trunk/ldap-client/; revision=68146
  • Loading branch information
jsuchome committed May 11, 2012
1 parent f1a7e62 commit f8bc020
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/ldap_client.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ ldap = element ldap {
nss_base_shadow? &
pam_password? &
start_autofs? &
sssd? &
mkhomedir? &
tls_cacertdir? &
tls_cacertfile? &
login_enabled?
}
ldap_domain = element ldap_domain { text }
Expand All @@ -28,11 +32,14 @@ nss_base_group = element nss_base_group { text }
nss_base_passwd = element nss_base_passwd { text }
nss_base_shadow = element nss_base_shadow { text }
pam_password = element pam_password { text }
tls_cacertdir = element tls_cacertdir { text }
tls_cacertfile = element tls_cacertfile { text }
login_enabled = element login_enabled { BOOLEAN }

file_server = element file_server { BOOLEAN }
ldap_tls = element ldap_tls { BOOLEAN }
start_ldap = element start_ldap { BOOLEAN }
create_ldap = element create_ldap { BOOLEAN }
sssd = element sssd { BOOLEAN }
mkhomedir = element mkhomedir { BOOLEAN }
start_autofs = element start_autofs { BOOLEAN }

0 comments on commit f8bc020

Please sign in to comment.