mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 09:59:06 +01:00
Compare commits
No commits in common. "e3a2b5dece051334bae0024a91266c15ab458ee8" and "0e705852af3fe3c406ef3d5a6e5aaf7545797255" have entirely different histories.
e3a2b5dece
...
0e705852af
424 changed files with 19 additions and 1055 deletions
|
@ -37,5 +37,3 @@ if(LSsession :: startCliLSsession()) {
|
|||
else {
|
||||
die('An error occured initializing CLI LSsession');
|
||||
}
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -29,5 +29,3 @@
|
|||
$GLOBALS['LSaccessRightsMatrixView_allowed_LSprofiles'] = array(
|
||||
"admin",
|
||||
);
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -34,5 +34,3 @@ define('LS_ACCESSLOG_BASEDN', 'cn=ldapsaisie-accesslog');
|
|||
* configuration parameter).
|
||||
*/
|
||||
define('LS_ACCESSLOG_LOG_WRITE_EVENTS', false);
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -31,5 +31,3 @@ define('LS_ASTERISK_HASH_PWD_FORMAT','%{uid}:sip.lsexample.com:%{clearPassword}'
|
|||
|
||||
// Password attribute name to generate MD5 hashed asterisk password
|
||||
define('LS_ASTERISK_USERPASSWORD_ATTR','userPassword');
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -57,5 +57,3 @@ define('DYNGROUP_MEMBER_UID_ATTRIBUTE', 'lsDynGroupMemberUid');
|
|||
|
||||
// Members UID static attribute
|
||||
define('DYNGROUP_MEMBER_UID_STATIC_ATTRIBUTE', 'memberUid');
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -34,5 +34,3 @@ define('LS_EXPORTSEARCHRESULTASCSV_ENCLOSURE','"');
|
|||
|
||||
// CSV file escape character (available since PHP 5.5.4)
|
||||
define('LS_EXPORTSEARCHRESULTASCSV_ESCAPE_CHAR','\\');
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -118,5 +118,3 @@ $GLOBALS['MAIL_TEMPLATES_DIRECTORIES'] = array('local/email_templates');
|
|||
// List of granted LSprofiles to access mail templates editor view
|
||||
// WARNING: Sanitizing mail templates is hell... EXPOSE THIS VIEW ONLY TO TRUSTED USERS!
|
||||
$GLOBALS['MAIL_TEMPLATES_EDITOR_VIEW_ACCESS'] = array('admin');
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -46,5 +46,3 @@ define('LS_MAILDIR_FTP_MAILDIR_PATH_REGEX','/^\/home\/vmail\/([^\/]+)\/$/');
|
|||
|
||||
// Serveur FTP - Maildir CHMOD
|
||||
define('LS_MAILDIR_FTP_MAILDIR_CHMOD','700');
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -43,5 +43,3 @@ define('MAILQUOTA_IMAP_MASTER_USER_FORMAT', '%{mail}*%{masteruser}');
|
|||
|
||||
// IMAP quota root mailbox
|
||||
define('MAILQUOTA_IMAP_QUOTA_ROOT_MAILBOX', 'INBOX');
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -73,5 +73,3 @@ $GLOBALS['ORGCHART_ADDITIONAL_CSS_FILES'] = array();
|
|||
|
||||
// List of LSprofiles that can access to OrgChart (leave empty for no access control)
|
||||
$GLOBALS['ORGCHART_ALLOWED_PROFILES'] = array();
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -26,5 +26,3 @@ define(
|
|||
'//'.(isset($_SERVER['SERVER_NAME'])?$_SERVER['SERVER_NAME']:gethostname()).
|
||||
'/phpldapadmin/cmd.php?cmd=template_engine&server_id=0&dn=%{dn}'
|
||||
);
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -61,5 +61,3 @@ define('LS_POSIX_HOMEDIRECTORY_FTP_PATH','%{homeDirectory}');
|
|||
|
||||
// Pattern to transform user DN to uid
|
||||
define('LS_POSIX_DN_TO_UID_PATTERN','/^'.LS_POSIX_UID_ATTR.'=([^,]*),.*$/');
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -49,5 +49,3 @@ $GLOBALS['LS_PPOLICY_API_GRANTED_PROFILES'] = array('admin');
|
|||
|
||||
// List of extra attributes to include in Ppolicy info export
|
||||
$GLOBALS['LS_PPOLICY_INFO_EXPORT_EXTRA_ATTRS'] = array();
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -63,5 +63,3 @@ define('LS_SAMBA_HOME_PATH_FORMAT','\\\\SERVER\\%{uid}');
|
|||
|
||||
// Format of the users's samba profile path value
|
||||
define('LS_SAMBA_PROFILE_PATH_FORMAT','\\SERVER\\profiles\\%{uid}');
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -28,5 +28,3 @@
|
|||
|
||||
// Show link in menu to access to support info page
|
||||
define('SHOW_SUPPORT_INFO_IN_MENU', False);
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -28,5 +28,3 @@
|
|||
|
||||
// PhpSecLib autoload file path
|
||||
define('PHPSECLIB_AUTOLOAD','/usr/share/php/phpseclib/autoload.php');
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -175,5 +175,3 @@ $GLOBALS['supannNomenclatures'] = array (
|
|||
),
|
||||
),
|
||||
);
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -57,5 +57,3 @@ define('LSAUTH_CAS_SERVER_NO_SSL_VALIDATION',false);
|
|||
// You could have to set SSLVERSION manualy if you have cURL
|
||||
// error on ticket validation. Possibles values : 2 or 3
|
||||
//define('LSAUTH_CAS_CURL_SSLVERION',3);
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -52,5 +52,3 @@
|
|||
|
||||
// Authentication realm
|
||||
//define('LSAUTHMETHOD_HTTP_REALM', ___('LdapSaisie - Authentication required'));
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -31,5 +31,3 @@ define('LSAUTHMETHOD_ANONYMOUS_USER','ls');
|
|||
|
||||
// Disable logout
|
||||
define('LSAUTHMETHOD_ANONYMOUS_DISABLE_LOGOUT',False);
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -117,5 +117,3 @@ $GLOBALS['LSobjects']['LScompany'] = array (
|
|||
/* ----------- end -----------*/
|
||||
),
|
||||
);
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -368,5 +368,3 @@ $GLOBALS['LSobjects']['LSdyngroup'] = array (
|
|||
|
||||
),
|
||||
);
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -203,5 +203,3 @@ $GLOBALS['LSobjects']['LSgroup'] = array (
|
|||
|
||||
),
|
||||
);
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -1240,5 +1240,3 @@ $GLOBALS['LSobjects']['LSpeople'] = array (
|
|||
|
||||
)), // Fin args & array_merge()
|
||||
);
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -191,5 +191,3 @@ $GLOBALS['LSobjects']['LSsysaccount'] = array (
|
|||
$GLOBALS['LSobjects']['LSsysaccount']['attrs']['pwdPolicySubentry']['default_value'] = 'cn=sysaccounts,ou=ppolicies,o=ls';
|
||||
unset($GLOBALS['LSobjects']['LSsysaccount']['attrs']['pwdPolicySubentry']['form']['create']);
|
||||
$GLOBALS['LSobjects']['LSsysaccount']['attrs']['pwdPolicySubentry']['required'] = 1;
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -190,5 +190,3 @@ $GLOBALS['pwdPolicyAccountAttrs'] = array (
|
|||
),
|
||||
/* ----------- end -----------*/
|
||||
);
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -564,5 +564,3 @@ $GLOBALS['LSobjects']['pwdPolicy'] = array (
|
|||
|
||||
) // Fin args
|
||||
);
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -30,5 +30,3 @@ $GLOBALS['LSaddons']['loads'] = array (
|
|||
'showSupportInfo',
|
||||
'LSaccessRightsMatrixView',
|
||||
);
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -289,5 +289,3 @@ define('MAX_SEND_FILE_SIZE',2000000);
|
|||
// Default Javascript & CSS to include on all pages
|
||||
$GLOBALS['defaultJSscripts']=array();
|
||||
$GLOBALS['defaultCSSfiles']=array('light-blue.css');
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -57,7 +57,3 @@
|
|||
cursor: pointer;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -52,7 +52,3 @@
|
|||
top: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -155,7 +155,3 @@ img.LSform-add-field-btn, img.LSform-remove-field-btn {
|
|||
max-width: 500px;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -33,7 +33,3 @@ ul.LSformElement_image_actions {
|
|||
visibility: hidden;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -4,7 +4,3 @@
|
|||
img.LSformElement_password_view_btn, img.LSformElement_password_generate_btn, img.LSformElement_password_verify_btn {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -77,7 +77,3 @@ table.LSformElement_select_object_searchAdd, tr.LSformElement_select_object_sear
|
|||
padding: 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -20,7 +20,3 @@
|
|||
textarea.LSformElement_ssh_key {
|
||||
height: 10em;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -1,5 +1 @@
|
|||
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -16,7 +16,3 @@ a.LSrelation {
|
|||
color: #33302b;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -42,7 +42,3 @@ div.LSselect_search {
|
|||
div.LSobject-select {
|
||||
width: 620px;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -55,7 +55,3 @@
|
|||
height: 100px;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -315,7 +315,3 @@ input[type='submit'].LSview_search {
|
|||
background-color: #595651;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -13,7 +13,3 @@
|
|||
p.LSview-actions {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -69,7 +69,3 @@ a.LSsession_recoverPassword {
|
|||
.LSsession_recoverPassword_hidden {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -62,7 +62,3 @@ dl.recoverpasswordform {
|
|||
color: #53504b;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -158,7 +158,3 @@ span.LSaccessRightsMatrixView_inherit {
|
|||
max-width: 25vw;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -57,7 +57,3 @@
|
|||
cursor: pointer;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -113,7 +113,3 @@ div.LSerror {
|
|||
left: 3vw;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -225,7 +225,3 @@ p.LSform_listAvailableDataEntryForm {
|
|||
margin-left: calc(25% - 0.5em);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -33,7 +33,3 @@ textarea.LSformElement_gpg_pub_key {
|
|||
width: calc(100% - 1em);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -57,7 +57,3 @@ ul.LSformElement_image_actions {
|
|||
padding: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -96,7 +96,3 @@ ul.LSformElement_jsonCompositeAttribute_fullWidth, ul.LSformElement_jsonComposit
|
|||
width: calc(100% - 4px);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -10,7 +10,3 @@ select.LSformElement_mailQuota {
|
|||
span.LSformElement_mailQuota_unknown {
|
||||
color: #f59a67;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -10,7 +10,3 @@ div.LSformElement_password_confirm label {
|
|||
color: #333;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -25,7 +25,3 @@ textarea.LSformElement_pre {
|
|||
width: calc(100% - 1em);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -10,7 +10,3 @@ select.LSformElement_quota {
|
|||
span.LSformElement_quota_unknown {
|
||||
color: #f59a67;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -12,7 +12,3 @@ ul.LSformElement_selectbox_sub_values {
|
|||
ul.LSformElement_select_box_inline li {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -102,7 +102,3 @@ table.LSformElement_select_object_searchAdd, tr.LSformElement_select_object_sear
|
|||
width: calc(80vw + 2px)!important;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -32,7 +32,3 @@ textarea.LSformElement_ssh_key {
|
|||
width: calc(100% - 1em);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -49,7 +49,3 @@ div.supannCompositeAttribute_possibleValues li:hover {
|
|||
background-color: #CCC;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -44,7 +44,3 @@ pre.LSformElement_supannLabeledValue_value {
|
|||
height: 5em;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -40,7 +40,3 @@ li.LSformElement_text_autocomplete_current {
|
|||
width: calc(100% - 1em);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
p.LSformElement_textarea {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -10,7 +10,3 @@ select.LSformElement_valueWithUnit {
|
|||
span.LSformElement_valueWithUnit_unknown {
|
||||
color: #f59a67;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -20,7 +20,3 @@ iframe.LSformElement_wysiwyg {
|
|||
max-width: calc(100% - 1rem);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -42,7 +42,3 @@ ul.LSio_attr_errors {
|
|||
ul.LSio_attr_errors li {
|
||||
color: #f00;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -30,7 +30,3 @@ dl.LSmail input, dl.LSmail textarea, dl.LSmail select {
|
|||
dl.LSmail textarea {
|
||||
height: 254px;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -23,7 +23,3 @@ a.LSrelation {
|
|||
clear: both
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -90,7 +90,3 @@ ul.LSselect_selectable_object_types li.current {
|
|||
margin-right: 1vw;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -55,7 +55,3 @@
|
|||
height: 100px;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -644,7 +644,3 @@ div.LStabs_content h2 {
|
|||
margin-top: calc(-1rem - 1vw);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -13,7 +13,3 @@
|
|||
p.LSview-actions {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -49,7 +49,3 @@ th.mail_content, td.mail_content {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -102,7 +102,3 @@ a.LSsession_recoverPassword {
|
|||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -14,7 +14,3 @@ div.chart-node {
|
|||
align-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -95,7 +95,3 @@ dl.recoverpasswordform {
|
|||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -9,7 +9,3 @@
|
|||
#showDyngroupMembers table.LStable .center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -38,7 +38,3 @@ table.objectAccessLogs .col-value div {
|
|||
table.objectAccessLogs tr.operation:hover {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -11,7 +11,3 @@
|
|||
border-radius: 1em;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -5,7 +5,3 @@
|
|||
dl dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -434,7 +434,3 @@ input[type=radio]:checked {
|
|||
width: 98vw;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -4,7 +4,3 @@
|
|||
--medium-color: #61c3cc;
|
||||
--dark-color: #388c94;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -4,7 +4,3 @@
|
|||
--medium-color: #ccc;
|
||||
--dark-color: #4d4d4d;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -4,7 +4,3 @@
|
|||
--medium-color: #d86165;
|
||||
--dark-color: #a53248;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -4,7 +4,3 @@
|
|||
--medium-color: #61c3cc;
|
||||
--dark-color: #00939f;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
body {
|
||||
background: url('../image/preprod') no-repeat center fixed;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -59,7 +59,3 @@ a.LSobject-list-page, h2 {
|
|||
li.LSform_layout_errors {
|
||||
background-color: #f59a67;
|
||||
}
|
||||
|
||||
/*
|
||||
// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
*/
|
||||
|
|
|
@ -214,5 +214,3 @@ function LSaccessRightsMatrixView() {
|
|||
LStemplate :: addCssFile('LSaccessRightsMatrixView.css');
|
||||
LSsession :: setTemplate('LSaccessRightsMatrixView.tpl');
|
||||
}
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -395,5 +395,3 @@ function cli_getEntryAccessLog($command_args) {
|
|||
JSON_PRETTY_PRINT
|
||||
);
|
||||
}
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -124,5 +124,3 @@ function generate_asteriskMD5HashedPassword($ldapObject) {
|
|||
}
|
||||
return hashAsteriskPassword($ldapObject,(string)$password);
|
||||
}
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -496,5 +496,3 @@ function cli_updateDynGroupMembersCache_autocompleter(
|
|||
}
|
||||
return $opts;
|
||||
}
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -155,5 +155,3 @@ function writeRowInCSV(&$csv, &$row) {
|
|||
}
|
||||
return (fputcsv($csv, $row, LS_EXPORTSEARCHRESULTASCSV_DELIMITER, LS_EXPORTSEARCHRESULTASCSV_ENCLOSURE, LS_EXPORTSEARCHRESULTASCSV_ESCAPE_CHAR) !== false);
|
||||
}
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -244,5 +244,3 @@ function renameDirByFTP($host, $port, $user, $pwd, $old, $new) {
|
|||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -48,5 +48,3 @@ function impersonate($object) {
|
|||
LSerror :: addErrorCode('IMPERSONATE_01', $object->getDisplayName());
|
||||
return False;
|
||||
}
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -849,5 +849,3 @@ function cli_test_send_mail_from_template_autocompleter(
|
|||
);
|
||||
return LScli :: autocomplete_opts($opts, $comp_word);
|
||||
}
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -193,5 +193,3 @@ function renameMaildirByFTP($old, $new) {
|
|||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -187,5 +187,3 @@ function mailquota_formatValue($value) {
|
|||
}
|
||||
return $value."o";
|
||||
}
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -294,5 +294,3 @@ function organizationalChartData() {
|
|||
);
|
||||
exit();
|
||||
}
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -64,5 +64,3 @@ function redirectToPhpLdapAdmin(&$ldapObject) {
|
|||
LSurl::redirect($url);
|
||||
return true;
|
||||
}
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -317,5 +317,3 @@ function generate_memberUidFromUniqueMember($ldapObject) {
|
|||
function generate_shadowLastChange($anything) {
|
||||
return time();
|
||||
}
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
|
@ -500,5 +500,3 @@ LScli :: add_command(
|
|||
true,
|
||||
'cli_export_ppolicy_info_args_autocompleter'
|
||||
);
|
||||
|
||||
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue