Code

gosa.git
16 years agoMass checkin.
hickert [Fri, 4 Jan 2008 07:20:34 +0000 (07:20 +0000)]
Mass checkin.

Modified session assignments from
$_SESSION['...'] = ...;
to
session::set('...','...');

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8204 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoModified unset($_SESSION['...']) to session::unset(...)
hickert [Fri, 4 Jan 2008 07:01:20 +0000 (07:01 +0000)]
Modified unset($_SESSION['...']) to session::unset(...)

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8203 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoSome additional isset changes
hickert [Fri, 4 Jan 2008 06:52:12 +0000 (06:52 +0000)]
Some additional isset changes

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8202 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoModified all session calls of this type
hickert [Fri, 4 Jan 2008 06:50:37 +0000 (06:50 +0000)]
Modified all session calls of this type
 isset($_SESSION['...'])
to
 session::is_set('...')

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8201 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoAdded base to nss_ldap, too
cajus [Thu, 3 Jan 2008 16:57:24 +0000 (16:57 +0000)]
Added base to nss_ldap, too

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8200 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoAdded support for writing ldap configs
cajus [Thu, 3 Jan 2008 16:56:43 +0000 (16:56 +0000)]
Added support for writing ldap configs

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8199 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoFixed problems in variable asssignement
cajus [Thu, 3 Jan 2008 15:23:45 +0000 (15:23 +0000)]
Fixed problems in variable asssignement

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8198 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoUpdated ServerPackages to have LDAP support
cajus [Thu, 3 Jan 2008 14:42:49 +0000 (14:42 +0000)]
Updated ServerPackages to have LDAP support

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8197 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoUpdated adressbook to use session::func instead of _SESSION
hickert [Thu, 3 Jan 2008 14:41:11 +0000 (14:41 +0000)]
Updated adressbook to use session::func instead of _SESSION

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8196 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoFixed printGeberic.
hickert [Thu, 3 Jan 2008 13:55:35 +0000 (13:55 +0000)]
Fixed printGeberic.
Base wasn't correctly extracted out of dn

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8195 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoAdded class session.
hickert [Thu, 3 Jan 2008 13:51:04 +0000 (13:51 +0000)]
Added class session.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8194 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoFixed helpviewer
hickert [Thu, 3 Jan 2008 13:25:54 +0000 (13:25 +0000)]
Fixed helpviewer

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8193 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoReplaced $_SESSION with session:: calls
hickert [Thu, 3 Jan 2008 13:19:26 +0000 (13:19 +0000)]
Replaced $_SESSION with session:: calls

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8192 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoFixed typo
hickert [Thu, 3 Jan 2008 11:08:44 +0000 (11:08 +0000)]
Fixed typo

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8191 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoAdded new session class.
hickert [Thu, 3 Jan 2008 11:07:36 +0000 (11:07 +0000)]
Added new session class.
-Added class_session.inc
-Modified html/main.php to use session:: isntead of $_SESSION

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8190 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoSome additional hardcoded department links moved to get_ou()
hickert [Thu, 3 Jan 2008 09:35:15 +0000 (09:35 +0000)]
Some additional hardcoded department links moved to get_ou()

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8189 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoRemoved debug setting
hickert [Thu, 3 Jan 2008 08:27:51 +0000 (08:27 +0000)]
Removed debug setting

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8188 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoReplaced hard coded department links with get_ou() calls
hickert [Thu, 3 Jan 2008 07:40:07 +0000 (07:40 +0000)]
Replaced hard coded department links with get_ou() calls

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8187 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoDBsqlite and GosaSupportDaemon moved to namespace GOSA::DBsqlite and GOSA::GosaSuppor...
rettenbe [Thu, 3 Jan 2008 07:40:01 +0000 (07:40 +0000)]
DBsqlite and GosaSupportDaemon moved to namespace GOSA::DBsqlite and GOSA::GosaSupportDaemon

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8186 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoFixed get_sub_list
hickert [Thu, 3 Jan 2008 06:05:01 +0000 (06:05 +0000)]
Fixed get_sub_list

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8185 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoUpdated
cajus [Wed, 2 Jan 2008 16:04:06 +0000 (16:04 +0000)]
Updated

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8184 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoUpdated paths
cajus [Wed, 2 Jan 2008 15:44:23 +0000 (15:44 +0000)]
Updated paths

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8183 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoReplaced ou=devices/ou=macro/ou=conferences with get_ou
hickert [Wed, 2 Jan 2008 14:54:12 +0000 (14:54 +0000)]
Replaced ou=devices/ou=macro/ou=conferences with get_ou

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8182 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoAdded postinst for client
cajus [Wed, 2 Jan 2008 14:52:58 +0000 (14:52 +0000)]
Added postinst for client

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8181 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoUpdated infrastructure
cajus [Wed, 2 Jan 2008 14:43:42 +0000 (14:43 +0000)]
Updated infrastructure

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8180 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoReplaced hard coded base prefixes with get_ou('name').
hickert [Wed, 2 Jan 2008 14:39:40 +0000 (14:39 +0000)]
Replaced hard coded base prefixes with get_ou('name').

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8179 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoUpdated infrastructure
cajus [Wed, 2 Jan 2008 14:34:54 +0000 (14:34 +0000)]
Updated infrastructure

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8178 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoadd README file
rettenbe [Wed, 2 Jan 2008 14:27:30 +0000 (14:27 +0000)]
add README file

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8177 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoUpdated infrastructure
cajus [Wed, 2 Jan 2008 14:07:53 +0000 (14:07 +0000)]
Updated infrastructure

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8176 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoReplaced hard coded "ou=servers,ou=systems," with get_ou('serverou')
hickert [Wed, 2 Jan 2008 13:27:38 +0000 (13:27 +0000)]
Replaced hard coded "ou=servers,ou=systems," with get_ou('serverou')

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8175 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agogosa-si-server ver. 2.0 (unstable)
rettenbe [Wed, 2 Jan 2008 13:03:17 +0000 (13:03 +0000)]
gosa-si-server ver. 2.0 (unstable)

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8174 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoInstead of using the string "ou=apps" we use get_ou('applicationou') now.
hickert [Wed, 2 Jan 2008 13:00:57 +0000 (13:00 +0000)]
Instead of using the string "ou=apps" we use get_ou('applicationou') now.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8173 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoAdded get_sub_list function to several management dialogs.
hickert [Wed, 2 Jan 2008 12:24:38 +0000 (12:24 +0000)]
Added get_sub_list function to several management dialogs.
-Not completely tested yet

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8172 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoUpdated logout to recognize htaccess option
cajus [Wed, 2 Jan 2008 11:40:51 +0000 (11:40 +0000)]
Updated logout to recognize htaccess option

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8171 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoAdded a special ldap search function named get_sub_list.
hickert [Wed, 2 Jan 2008 10:45:22 +0000 (10:45 +0000)]
Added a special ldap search function named get_sub_list.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8170 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoAdded sorting to group application
hickert [Wed, 2 Jan 2008 06:59:03 +0000 (06:59 +0000)]
Added sorting to group application

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8169 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years ago* Updated error message handling
cajus [Fri, 21 Dec 2007 17:27:25 +0000 (17:27 +0000)]
* Updated error message handling
* Updated authentication methods

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8167 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoFixed samba3 template
hickert [Fri, 21 Dec 2007 14:32:49 +0000 (14:32 +0000)]
Fixed samba3 template

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8166 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoMultiple edit
hickert [Fri, 21 Dec 2007 13:59:23 +0000 (13:59 +0000)]
Multiple edit
-Mail: Placeholder in vcacation message will now be replaced with correct values.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8165 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoUpdated samba grey out handling when editing multiple entries
hickert [Fri, 21 Dec 2007 10:13:53 +0000 (10:13 +0000)]
Updated samba grey out handling when editing multiple entries

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8164 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoMultiple edit
hickert [Fri, 21 Dec 2007 09:27:17 +0000 (09:27 +0000)]
Multiple edit
-Added kolab account extensions

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8163 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoMultiple edit.
hickert [Fri, 21 Dec 2007 07:02:10 +0000 (07:02 +0000)]
Multiple edit.
-Connectivity - Proxy account modifications

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8162 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoFixed grey out for proxy setting, when in multiple edit
hickert [Thu, 20 Dec 2007 14:49:53 +0000 (14:49 +0000)]
Fixed grey out for proxy setting, when in multiple edit

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8161 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoRemoved debug tags
hickert [Thu, 20 Dec 2007 14:01:27 +0000 (14:01 +0000)]
Removed debug tags

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8160 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoAdded pureftpd multiple edit
hickert [Thu, 20 Dec 2007 13:55:43 +0000 (13:55 +0000)]
Added pureftpd multiple edit

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8159 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoMultiple edit
hickert [Thu, 20 Dec 2007 12:52:49 +0000 (12:52 +0000)]
Multiple edit
-Enabled multiple edit for a set of connectivity addons

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8158 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoMultiple edit.
hickert [Thu, 20 Dec 2007 12:21:51 +0000 (12:21 +0000)]
Multiple edit.
-Prepared connectivity tab, to be editable in multi edit

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8157 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoUpdated get printer functino
hickert [Thu, 20 Dec 2007 10:20:59 +0000 (10:20 +0000)]
Updated get printer functino

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8156 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoPrepared for htpasswd authentication. Introduced more bugs ;-)
cajus [Thu, 20 Dec 2007 09:26:21 +0000 (09:26 +0000)]
Prepared for htpasswd authentication. Introduced more bugs ;-)

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8155 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoMulti edit
hickert [Thu, 20 Dec 2007 09:17:16 +0000 (09:17 +0000)]
Multi edit
-Aded fax account settings

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8154 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoMultiple edit
hickert [Thu, 20 Dec 2007 07:00:29 +0000 (07:00 +0000)]
Multiple edit
-Added Phone multiple save_object,check

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8153 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoMultiple edit.
hickert [Wed, 19 Dec 2007 14:54:17 +0000 (14:54 +0000)]
Multiple edit.
-Added PhoneAccounts to multiple edit pluigns.
-Some checks and improvements are still missing.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8152 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoMoved function "prepare4mailbody" from 'functions.inc'
hickert [Wed, 19 Dec 2007 13:39:20 +0000 (13:39 +0000)]
Moved function  "prepare4mailbody" from  'functions.inc'
to  'php_setup'  to avoid, messages like that 'Fatal error: Call to undefined function prepare4mailbody() in  /usr/share/gosa/include/php_setup.inc on line 132'

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8151 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoFixed mail account
hickert [Wed, 19 Dec 2007 13:32:03 +0000 (13:32 +0000)]
Fixed mail account
-Vacation start stop saving

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8149 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoFixed sorting iof entries.
hickert [Wed, 19 Dec 2007 12:28:22 +0000 (12:28 +0000)]
Fixed sorting iof entries.
-Natural sorting

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8145 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoFixed sorting of systems
hickert [Wed, 19 Dec 2007 12:15:52 +0000 (12:15 +0000)]
Fixed sorting of systems

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8144 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoFixed dialog handling.-
hickert [Wed, 19 Dec 2007 10:36:58 +0000 (10:36 +0000)]
Fixed dialog handling.-

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8143 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoAdded multiple edit checks to samba
hickert [Wed, 19 Dec 2007 09:41:24 +0000 (09:41 +0000)]
Added multiple edit checks to samba

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8142 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoMultiple edit
hickert [Wed, 19 Dec 2007 09:28:58 +0000 (09:28 +0000)]
Multiple edit
-Samba, added sambaLogonHours
-Samba, added Workstation access

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8141 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoMultiple edit
hickert [Wed, 19 Dec 2007 07:19:42 +0000 (07:19 +0000)]
Multiple edit
-Fixed mail Vacation Start Stop
-Added Checks

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8140 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoMultiple edit
hickert [Tue, 18 Dec 2007 14:58:15 +0000 (14:58 +0000)]
Multiple edit
- Implemented samba attributes.
- Some checks are missing.
- Logon Hours missing

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8139 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoMultiple edit
hickert [Tue, 18 Dec 2007 14:02:42 +0000 (14:02 +0000)]
Multiple edit
-Samba partily implemented

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8138 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoAdded mail multiple edit
hickert [Tue, 18 Dec 2007 08:50:41 +0000 (08:50 +0000)]
Added mail multiple edit

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8137 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoUpdated Attributes detection for multi plug
hickert [Mon, 17 Dec 2007 14:33:36 +0000 (14:33 +0000)]
Updated Attributes detection for multi plug

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8136 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoMultiple edit
hickert [Mon, 17 Dec 2007 10:59:50 +0000 (10:59 +0000)]
Multiple edit
-Prepared mail account to be edited.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8135 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoEnvironment.
hickert [Mon, 17 Dec 2007 07:50:16 +0000 (07:50 +0000)]
Environment.
- Fixed Printer selection. Subsearch wasn't working

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8133 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoAdded checks to environment multiple edit
hickert [Mon, 17 Dec 2007 07:35:28 +0000 (07:35 +0000)]
Added checks to environment multiple edit

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8132 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoMultiple posix edit.
hickert [Mon, 17 Dec 2007 07:26:12 +0000 (07:26 +0000)]
Multiple posix edit.
-Added missing checks

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8131 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoFixed PHP warning.
hickert [Mon, 17 Dec 2007 06:59:47 +0000 (06:59 +0000)]
Fixed PHP warning.
- If login informations were wrong, there poped up some PHP warnings

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8130 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoUpdated environment multiple edit
hickert [Fri, 14 Dec 2007 14:19:37 +0000 (14:19 +0000)]
Updated environment multiple edit

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8129 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoUpdated printer settings when editing multiple entries
hickert [Fri, 14 Dec 2007 10:58:46 +0000 (10:58 +0000)]
Updated printer settings when editing multiple entries

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8128 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoadd missing modules to repository
rettenbe [Fri, 14 Dec 2007 10:21:04 +0000 (10:21 +0000)]
add missing modules to repository
clean up at gosa-si

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8127 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoAdded hotplug devices to multiple edit
hickert [Fri, 14 Dec 2007 10:20:51 +0000 (10:20 +0000)]
Added hotplug devices to multiple edit

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8126 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoEnvironment multipe edit.
hickert [Fri, 14 Dec 2007 09:11:32 +0000 (09:11 +0000)]
Environment multipe edit.
-Added LogonScripts

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8125 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoFixed environment multiple edit
hickert [Fri, 14 Dec 2007 08:37:44 +0000 (08:37 +0000)]
Fixed environment multiple edit

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8124 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoFixed share selection.
hickert [Fri, 14 Dec 2007 08:22:54 +0000 (08:22 +0000)]
Fixed share selection.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8123 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoFixed array operations in multi_plug
hickert [Fri, 14 Dec 2007 07:30:30 +0000 (07:30 +0000)]
Fixed array operations in multi_plug

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8122 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoAdded some comments
hickert [Thu, 13 Dec 2007 12:09:05 +0000 (12:09 +0000)]
Added some comments

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8121 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoFixed shadow init.
hickert [Thu, 13 Dec 2007 11:13:00 +0000 (11:13 +0000)]
Fixed shadow init.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8120 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoPreset shadow boxes
hickert [Thu, 13 Dec 2007 11:07:06 +0000 (11:07 +0000)]
Preset shadow boxes

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8119 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoAdded show values to multiple edit
hickert [Thu, 13 Dec 2007 10:54:53 +0000 (10:54 +0000)]
Added show values to multiple edit

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8118 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoMade posix trustmodel available in multi edit
hickert [Thu, 13 Dec 2007 08:11:21 +0000 (08:11 +0000)]
Made posix trustmodel available in multi edit

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8117 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoAdded first plugin seperation test
cajus [Wed, 12 Dec 2007 17:15:01 +0000 (17:15 +0000)]
Added first plugin seperation test

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8116 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoUpdated naming policy
cajus [Wed, 12 Dec 2007 15:33:30 +0000 (15:33 +0000)]
Updated naming policy

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8115 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoRemoved debugging output
cajus [Wed, 12 Dec 2007 15:31:18 +0000 (15:31 +0000)]
Removed debugging output

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8114 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoUpdated naming policy
cajus [Wed, 12 Dec 2007 15:26:50 +0000 (15:26 +0000)]
Updated naming policy

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8113 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoUpdated build structure
cajus [Wed, 12 Dec 2007 15:09:37 +0000 (15:09 +0000)]
Updated build structure

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8112 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoRemoved daemon directory
cajus [Wed, 12 Dec 2007 14:59:30 +0000 (14:59 +0000)]
Removed daemon directory

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8111 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoUpdated debian structure
cajus [Wed, 12 Dec 2007 14:57:24 +0000 (14:57 +0000)]
Updated debian structure

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8110 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoAdded primaryGroup to multi edit posix
hickert [Wed, 12 Dec 2007 14:50:34 +0000 (14:50 +0000)]
Added primaryGroup to multi edit posix

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8109 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoUpdated si stuff
cajus [Wed, 12 Dec 2007 14:45:44 +0000 (14:45 +0000)]
Updated si stuff

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8108 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoDirectory cleanup
cajus [Wed, 12 Dec 2007 14:13:27 +0000 (14:13 +0000)]
Directory cleanup

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8107 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoMoved daemon
cajus [Wed, 12 Dec 2007 14:12:59 +0000 (14:12 +0000)]
Moved daemon

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8106 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoUpdated posix plugin
hickert [Wed, 12 Dec 2007 14:03:47 +0000 (14:03 +0000)]
Updated posix plugin
- Group membership is now editable for multiple users

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8105 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoCreate array of used attributes
hickert [Wed, 12 Dec 2007 12:18:02 +0000 (12:18 +0000)]
Create array of used attributes

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8103 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoMoving finalized
cajus [Wed, 12 Dec 2007 11:37:51 +0000 (11:37 +0000)]
Moving finalized

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8102 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoMoving part III
cajus [Wed, 12 Dec 2007 11:36:36 +0000 (11:36 +0000)]
Moving part III

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8101 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoMove part II
cajus [Wed, 12 Dec 2007 11:34:32 +0000 (11:34 +0000)]
Move part II

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8100 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoStarting move
cajus [Wed, 12 Dec 2007 11:33:27 +0000 (11:33 +0000)]
Starting move

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8099 594d385d-05f5-0310-b6e9-bd551577e9d8

16 years agoUpdated trunk, introduced gosa-core
cajus [Wed, 12 Dec 2007 11:29:50 +0000 (11:29 +0000)]
Updated trunk, introduced gosa-core

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8098 594d385d-05f5-0310-b6e9-bd551577e9d8