|
|
|
@ -135,7 +135,7 @@ __DATA__ |
|
|
|
|
<label>URL</label> |
|
|
|
|
</field> |
|
|
|
|
<field type="text" size="30" id="Shell" |
|
|
|
|
value="get_ldap_value('Shell')" validation="exec_exists"> |
|
|
|
|
value="get_ldap_value('Shell')" validation="exec_exists_or_empty"> |
|
|
|
|
<label>SHELL</label> |
|
|
|
|
</field> |
|
|
|
|
<field type="text" size="30" id="DesktopShell" |
|
|
|
@ -143,7 +143,7 @@ __DATA__ |
|
|
|
|
<label>DESKTOP_SHELL</label> |
|
|
|
|
</field> |
|
|
|
|
<field type="text" size="30" id="ChrootDir" |
|
|
|
|
value="get_ldap_value('ChrootDir')" validation="dir_exists"> |
|
|
|
|
value="get_ldap_value('ChrootDir')" validation="dir_exists_or_empty"> |
|
|
|
|
<label>CHROOT_DIR</label> |
|
|
|
|
</field> |
|
|
|
|
<subroutine src="print_save_button()" /> |
|
|
|
|