New Feature: PLA icons and CSS can now be themeble
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<template>
|
||||
<askcontainer>1</askcontainer>
|
||||
<description>New LDAP Alias</description>
|
||||
<icon>images/go.png</icon>
|
||||
<icon>go.png</icon>
|
||||
<invalid>0</invalid>
|
||||
<rdn>uid</rdn>
|
||||
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<askcontainer>1</askcontainer>
|
||||
<description>New Courier Mail Account</description>
|
||||
<icon>images/mail_account.png</icon>
|
||||
<icon>mail_account.png</icon>
|
||||
<invalid>0</invalid>
|
||||
<rdn>cn</rdn>
|
||||
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
||||
@@ -39,7 +39,7 @@
|
||||
</attribute>
|
||||
<attribute id="uid">
|
||||
<display>User ID</display>
|
||||
<icon>images/uid.png</icon>
|
||||
<icon>uid.png</icon>
|
||||
<!--<onchange>=autoFill(homeDirectory;/home/users/%uid%)</onchange>-->
|
||||
<onchange>=autoFill(homeDirectory;/home/users/%gidNumber|0-0/T%/%uid|3-%)</onchange>
|
||||
<order>4</order>
|
||||
@@ -47,7 +47,7 @@
|
||||
</attribute>
|
||||
<attribute id="uidNumber">
|
||||
<display>UID Number</display>
|
||||
<icon>images/terminal.png</icon>
|
||||
<icon>terminal.png</icon>
|
||||
<order>6</order>
|
||||
<page>1</page>
|
||||
<readonly>1</readonly>
|
||||
@@ -69,7 +69,7 @@
|
||||
</attribute>
|
||||
<attribute id="mail">
|
||||
<display>Email</display>
|
||||
<icon>images/mail.png</icon>
|
||||
<icon>mail.png</icon>
|
||||
<order>9</order>
|
||||
<page>1</page>
|
||||
</attribute>
|
||||
@@ -80,7 +80,7 @@
|
||||
</attribute>
|
||||
<attribute id="userPassword">
|
||||
<display>Password</display>
|
||||
<icon>images/lock.png</icon>
|
||||
<icon>lock.png</icon>
|
||||
<order>11</order>
|
||||
<page>1</page>
|
||||
<post>=php.PasswordEncrypt(%enc%;%userPassword%)</post>
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<askcontainer>1</askcontainer>
|
||||
<description>New Courier Mail Alias</description>
|
||||
<icon>images/mail_alias.png</icon>
|
||||
<icon>mail_alias.png</icon>
|
||||
<invalid>0</invalid>
|
||||
<rdn>cn</rdn>
|
||||
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<askcontainer>1</askcontainer>
|
||||
<description>New DNS Entry</description>
|
||||
<icon>images/dc.png</icon>
|
||||
<icon>dc.png</icon>
|
||||
<invalid>0</invalid>
|
||||
<rdn>dc</rdn>
|
||||
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<askcontainer>1</askcontainer>
|
||||
<description>This is the description</description>
|
||||
<icon>images/star.png</icon>
|
||||
<icon>star.png</icon>
|
||||
<invalid>1</invalid>
|
||||
<rdn>o</rdn>
|
||||
<regexp>^$</regexp>
|
||||
@@ -19,7 +19,7 @@
|
||||
<attribute id="attribute1">
|
||||
<display>Attribute 1</display>
|
||||
<hint>This is an example</hint>
|
||||
<icon>images/user.png</icon>
|
||||
<icon>user.png</icon>
|
||||
<order>1</order>
|
||||
<page>1</page>
|
||||
</attribute>
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<askcontainer>1</askcontainer>
|
||||
<description>New Address Book Entry</description>
|
||||
<icon>images/user.png</icon>
|
||||
<icon>user.png</icon>
|
||||
<invalid>0</invalid>
|
||||
<rdn>cn</rdn>
|
||||
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
||||
@@ -18,7 +18,7 @@
|
||||
<attributes>
|
||||
<attribute id="givenName">
|
||||
<display>First name</display>
|
||||
<icon>images/uid.png</icon>
|
||||
<icon>uid.png</icon>
|
||||
<onchange>=autoFill(cn;%givenName% %sn%)</onchange>
|
||||
<order>1</order>
|
||||
<page>1</page>
|
||||
@@ -48,7 +48,7 @@
|
||||
<attribute id="street">
|
||||
<cols>50</cols>
|
||||
<display>Street</display>
|
||||
<icon>images/mail.png</icon>
|
||||
<icon>mail.png</icon>
|
||||
<order>4</order>
|
||||
<page>1</page>
|
||||
<rows>4</rows>
|
||||
@@ -72,7 +72,7 @@
|
||||
</attribute>
|
||||
<attribute id="telephoneNumber">
|
||||
<display>Work phone</display>
|
||||
<icon>images/phone.png</icon>
|
||||
<icon>phone.png</icon>
|
||||
<order>8</order>
|
||||
<page>1</page>
|
||||
</attribute>
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<askcontainer>1</askcontainer>
|
||||
<description>New Address Book Entry</description>
|
||||
<icon>images/user.png</icon>
|
||||
<icon>user.png</icon>
|
||||
<invalid>0</invalid>
|
||||
<rdn>cn</rdn>
|
||||
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
||||
@@ -18,7 +18,7 @@
|
||||
<attributes>
|
||||
<attribute id="givenName">
|
||||
<display>First name</display>
|
||||
<icon>images/uid.png</icon>
|
||||
<icon>uid.png</icon>
|
||||
<onchange>=autoFill(cn;%givenName% %sn%)</onchange>
|
||||
<order>1</order>
|
||||
</attribute>
|
||||
@@ -37,7 +37,7 @@
|
||||
</attribute>
|
||||
<attribute id="userPassword">
|
||||
<display>Password</display>
|
||||
<icon>images/lock.png</icon>
|
||||
<icon>lock.png</icon>
|
||||
<order>5</order>
|
||||
<post>=php.PasswordEncrypt(%enc%;%userPassword%)</post>
|
||||
<spacer>1</spacer>
|
||||
@@ -45,7 +45,7 @@
|
||||
</attribute>
|
||||
<attribute id="title">
|
||||
<display>Title</display>
|
||||
<icon>images/ou.png</icon>
|
||||
<icon>ou.png</icon>
|
||||
<order>6</order>
|
||||
</attribute>
|
||||
<attribute id="alias">
|
||||
@@ -67,7 +67,7 @@
|
||||
</attribute>
|
||||
<attribute id="street">
|
||||
<display>Address</display>
|
||||
<icon>images/mail.png</icon>
|
||||
<icon>mail.png</icon>
|
||||
<order>11</order>
|
||||
</attribute>
|
||||
<attribute id="postOfficeBox">
|
||||
@@ -93,7 +93,7 @@
|
||||
</attribute> -->
|
||||
<attribute id="telephoneNumber">
|
||||
<display>Work phone</display>
|
||||
<icon>images/phone.png</icon>
|
||||
<icon>phone.png</icon>
|
||||
<order>17</order>
|
||||
</attribute>
|
||||
<attribute id="facsimileTelephoneNumber">
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<askcontainer>1</askcontainer>
|
||||
<description>New Thunderbird Address Book Entry</description>
|
||||
<icon>images/user.png</icon>
|
||||
<icon>user.png</icon>
|
||||
<invalid>0</invalid>
|
||||
<rdn>cn</rdn>
|
||||
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<askcontainer>1</askcontainer>
|
||||
<description>New Organisational Role</description>
|
||||
<icon>images/o.png</icon>
|
||||
<icon>o.png</icon>
|
||||
<invalid>0</invalid>
|
||||
<rdn>cn</rdn>
|
||||
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
||||
@@ -23,7 +23,7 @@
|
||||
</attribute>
|
||||
<attribute id="telephoneNumber">
|
||||
<display>Work phone</display>
|
||||
<icon>images/phone.png</icon>
|
||||
<icon>phone.png</icon>
|
||||
<order>2</order>
|
||||
</attribute>
|
||||
<attribute id="facsimileTelephoneNumber">
|
||||
@@ -33,19 +33,19 @@
|
||||
</attribute>
|
||||
<attribute id="description">
|
||||
<display>Comments</display>
|
||||
<icon>images/light.png</icon>
|
||||
<icon>light.png</icon>
|
||||
<order>4</order>
|
||||
<spacer>1</spacer>
|
||||
</attribute>
|
||||
<attribute id="roleOccupant">
|
||||
<display>Occupant</display>
|
||||
<icon>images/object.png</icon>
|
||||
<icon>object.png</icon>
|
||||
<order>5</order>
|
||||
<spacer>1</spacer>
|
||||
</attribute>
|
||||
<attribute id="street">
|
||||
<display>Street Address</display>
|
||||
<icon>images/mail.png</icon>
|
||||
<icon>mail.png</icon>
|
||||
<order>6</order>
|
||||
</attribute>
|
||||
<attribute id="l">
|
||||
@@ -63,13 +63,13 @@
|
||||
</attribute>
|
||||
<attribute id="postalAddress">
|
||||
<display>Postal Address</display>
|
||||
<icon>images/mail.png</icon>
|
||||
<icon>mail.png</icon>
|
||||
<order>10</order>
|
||||
<spacer>1</spacer>
|
||||
</attribute>
|
||||
<attribute id="registeredAddress">
|
||||
<display>Registered Address</display>
|
||||
<icon>images/mail.png</icon>
|
||||
<icon>mail.png</icon>
|
||||
<order>11</order>
|
||||
</attribute>
|
||||
</attributes>
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<askcontainer>1</askcontainer>
|
||||
<description>New Organisational Unit</description>
|
||||
<icon>images/ou.png</icon>
|
||||
<icon>ou.png</icon>
|
||||
<invalid>0</invalid>
|
||||
<rdn>ou</rdn>
|
||||
<!-- <regexp>^o=.*,</regexp> -->
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<askcontainer>1</askcontainer>
|
||||
<description>New User Account</description>
|
||||
<icon>images/user.png</icon>
|
||||
<icon>user.png</icon>
|
||||
<invalid>0</invalid>
|
||||
<rdn>cn</rdn>
|
||||
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
||||
@@ -19,7 +19,7 @@
|
||||
<attributes>
|
||||
<attribute id="givenName">
|
||||
<display>First name</display>
|
||||
<icon>images/uid.png</icon>
|
||||
<icon>uid.png</icon>
|
||||
<onchange>=autoFill(cn;%givenName% %sn%)</onchange>
|
||||
<onchange>=autoFill(uid;%givenName|0-1/l%%sn/l%)</onchange>
|
||||
<order>1</order>
|
||||
@@ -53,7 +53,7 @@
|
||||
</attribute>
|
||||
<attribute id="uidNumber">
|
||||
<display>UID Number</display>
|
||||
<icon>images/terminal.png</icon>
|
||||
<icon>terminal.png</icon>
|
||||
<order>6</order>
|
||||
<page>1</page>
|
||||
<readonly>1</readonly>
|
||||
@@ -83,7 +83,7 @@
|
||||
<id>enc</id>
|
||||
<value>=php.PasswordEncryptionTypes()</value>
|
||||
</helper> -->
|
||||
<icon>images/lock.png</icon>
|
||||
<icon>lock.png</icon>
|
||||
<order>5</order>
|
||||
<page>1</page>
|
||||
<post>=php.PasswordEncrypt(%enc%;%userPassword%)</post>
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<askcontainer>1</askcontainer>
|
||||
<description>New Posix Group</description>
|
||||
<icon>images/ou.png</icon>
|
||||
<icon>ou.png</icon>
|
||||
<invalid>0</invalid>
|
||||
<rdn>cn</rdn>
|
||||
<!-- <regexp>^ou=.*,</regexp> -->
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<askcontainer>1</askcontainer>
|
||||
<description>New Samba Domain</description>
|
||||
<icon>images/dc.png</icon>
|
||||
<icon>dc.png</icon>
|
||||
<invalid>0</invalid>
|
||||
<rdn>sambaDomainName</rdn>
|
||||
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<askcontainer>1</askcontainer>
|
||||
<description>New Samba3 Group Mapping</description>
|
||||
<icon>images/ou.png</icon>
|
||||
<icon>ou.png</icon>
|
||||
<invalid>0</invalid>
|
||||
<rdn>cn</rdn>
|
||||
<!-- <regexp>^ou=.*,</regexp> -->
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<askcontainer>1</askcontainer>
|
||||
<description>New Samba3 Machine</description>
|
||||
<icon>images/server.png</icon>
|
||||
<icon>server.png</icon>
|
||||
<invalid>0</invalid>
|
||||
<rdn>uid</rdn>
|
||||
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
||||
@@ -21,7 +21,7 @@
|
||||
<attribute id="uid">
|
||||
<display>Machine Name</display>
|
||||
<hint>The machine name should end with a $</hint>
|
||||
<icon>images/terminal.png</icon>
|
||||
<icon>terminal.png</icon>
|
||||
<onchange>=autoFill(cn;%uid%)</onchange>
|
||||
<order>1</order>
|
||||
<page>1</page>
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<askcontainer>1</askcontainer>
|
||||
<description>New Samba3 Account</description>
|
||||
<icon>images/user.png</icon>
|
||||
<icon>user.png</icon>
|
||||
<invalid>0</invalid>
|
||||
<rdn>cn</rdn>
|
||||
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
||||
@@ -20,7 +20,7 @@
|
||||
<attributes>
|
||||
<attribute id="givenName">
|
||||
<display>First name</display>
|
||||
<icon>images/uid.png</icon>
|
||||
<icon>uid.png</icon>
|
||||
<onchange>=autoFill(cn;%givenName% %sn%)</onchange>
|
||||
<order>1</order>
|
||||
<page>1</page>
|
||||
@@ -73,7 +73,7 @@
|
||||
</attribute>
|
||||
<attribute id="userPassword">
|
||||
<display>Password</display>
|
||||
<icon>images/lock.png</icon>
|
||||
<icon>lock.png</icon>
|
||||
<onchange>=autoFill(sambaLMPassword;%userPassword%)</onchange>
|
||||
<onchange>=autoFill(sambaNTPassword;%userPassword%)</onchange>
|
||||
<order>8</order>
|
||||
@@ -98,7 +98,7 @@
|
||||
</attribute>
|
||||
<attribute id="loginShell">
|
||||
<display>Login shell</display>
|
||||
<icon>images/terminal.png</icon>
|
||||
<icon>terminal.png</icon>
|
||||
<order>11</order>
|
||||
<page>1</page>
|
||||
<type>select</type>
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<askcontainer>1</askcontainer>
|
||||
<description>New Sendmail Alias</description>
|
||||
<icon>images/mail.png</icon>
|
||||
<icon>mail.png</icon>
|
||||
<invalid>0</invalid>
|
||||
<rdn>sendmailMTACluster</rdn>
|
||||
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
||||
@@ -18,7 +18,7 @@
|
||||
<attributes>
|
||||
<attribute id="sendmailMTACluster">
|
||||
<display>Sendmail Cluster Name</display>
|
||||
<icon>images/object.png</icon>
|
||||
<icon>object.png</icon>
|
||||
<order>1</order>
|
||||
<page>1</page>
|
||||
</attribute>
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<askcontainer>1</askcontainer>
|
||||
<description>New Sendmail Domain</description>
|
||||
<icon>images/mail.png</icon>
|
||||
<icon>mail.png</icon>
|
||||
<invalid>0</invalid>
|
||||
<rdn>sendmailMTACluster</rdn>
|
||||
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
||||
@@ -18,7 +18,7 @@
|
||||
<attributes>
|
||||
<attribute id="sendmailMTACluster">
|
||||
<display>Sendmail Cluster Name</display>
|
||||
<icon>images/object.png</icon>
|
||||
<icon>object.png</icon>
|
||||
<order>1</order>
|
||||
<page>1</page>
|
||||
</attribute>
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<askcontainer>1</askcontainer>
|
||||
<description>New Sendmail Cluster</description>
|
||||
<icon>images/mail.png</icon>
|
||||
<icon>mail.png</icon>
|
||||
<invalid>0</invalid>
|
||||
<rdn>sendmailMTACluster</rdn>
|
||||
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
||||
|
@@ -8,7 +8,7 @@
|
||||
<template>
|
||||
<askcontainer>1</askcontainer>
|
||||
<description>New Sendmail Relays</description>
|
||||
<icon>images/mail.png</icon>
|
||||
<icon>mail.png</icon>
|
||||
<invalid>1</invalid>
|
||||
<rdn>sendmailMTACluster</rdn>
|
||||
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
||||
@@ -22,7 +22,7 @@
|
||||
<attributes>
|
||||
<attribute id="sendmailMTACluster">
|
||||
<display>Sendmail Cluster Name</display>
|
||||
<icon>images/object.png</icon>
|
||||
<icon>object.png</icon>
|
||||
<order>1</order>
|
||||
<page>1</page>
|
||||
</attribute>
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<askcontainer>1</askcontainer>
|
||||
<description>New Sendmail Domain</description>
|
||||
<icon>images/mail.png</icon>
|
||||
<icon>mail.png</icon>
|
||||
<invalid>0</invalid>
|
||||
<rdn>sendmailMTACluster</rdn>
|
||||
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
||||
@@ -18,7 +18,7 @@
|
||||
<attributes>
|
||||
<attribute id="sendmailMTACluster">
|
||||
<display>Sendmail Cluster Name</display>
|
||||
<icon>images/object.png</icon>
|
||||
<icon>object.png</icon>
|
||||
<order>1</order>
|
||||
<page>1</page>
|
||||
</attribute>
|
||||
|
@@ -8,7 +8,7 @@
|
||||
<template>
|
||||
<askcontainer>1</askcontainer>
|
||||
<description>New Sendmail Virtual User</description>
|
||||
<icon>images/mail.png</icon>
|
||||
<icon>mail.png</icon>
|
||||
<invalid>1</invalid>
|
||||
<rdn>sendmailMTAMapObject</rdn>
|
||||
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
||||
@@ -22,7 +22,7 @@
|
||||
<attributes>
|
||||
<attribute id="sendmailMTACluster">
|
||||
<display>Sendmail Cluster Name</display>
|
||||
<icon>images/object.png</icon>
|
||||
<icon>object.png</icon>
|
||||
<order>1</order>
|
||||
<page>1</page>
|
||||
</attribute>
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<askcontainer>1</askcontainer>
|
||||
<description>New Simple Security Object</description>
|
||||
<icon>images/user.png</icon>
|
||||
<icon>user.png</icon>
|
||||
<invalid>0</invalid>
|
||||
<rdn>userid</rdn>
|
||||
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
||||
@@ -19,14 +19,14 @@
|
||||
<attributes>
|
||||
<attribute id="userid">
|
||||
<display>User Name</display>
|
||||
<icon>images/uid.png</icon>
|
||||
<icon>uid.png</icon>
|
||||
<order>1</order>
|
||||
<page>1</page>
|
||||
<spacer>1</spacer>
|
||||
</attribute>
|
||||
<attribute id="userPassword">
|
||||
<display>Password</display>
|
||||
<icon>images/lock.png</icon>
|
||||
<icon>lock.png</icon>
|
||||
<order>5</order>
|
||||
<page>1</page>
|
||||
<post>=php.PasswordEncrypt(%enc%;%userPassword%)</post>
|
||||
|
Reference in New Issue
Block a user