Add a PrepareForCopyPaste function to make copying of applications
also copy applicationParameters (Fix for LHM #1269)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13473 594d385d-05f5-0310-b6e9-bd551577e9d8
also copy applicationParameters (Fix for LHM #1269)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13473 594d385d-05f5-0310-b6e9-bd551577e9d8
Add a PrepareForCopyPaste function to make copying of applications
also copy applicationParameters (Fix for LHM #1269)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13472 594d385d-05f5-0310-b6e9-bd551577e9d8
also copy applicationParameters (Fix for LHM #1269)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13472 594d385d-05f5-0310-b6e9-bd551577e9d8
Add vboxvideo to video driver list
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13459 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13459 594d385d-05f5-0310-b6e9-bd551577e9d8
Don't take ->initially_was_account into account, when checking weither a ppd was selected, because this leads to removing a selected ppd when creating a new printer object
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13454 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13454 594d385d-05f5-0310-b6e9-bd551577e9d8
Applied changeset:13437
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13447 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13447 594d385d-05f5-0310-b6e9-bd551577e9d8
Added changeset:13433 done by psc
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13446 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13446 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated references
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13445 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13445 594d385d-05f5-0310-b6e9-bd551577e9d8
* Created "old" branch and moved stuff
* Created "tags" directory
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13444 594d385d-05f5-0310-b6e9-bd551577e9d8
* Created "tags" directory
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13444 594d385d-05f5-0310-b6e9-bd551577e9d8
Added branches container for old stuff
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13443 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13443 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated externals to point to the correct repository
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13442 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13442 594d385d-05f5-0310-b6e9-bd551577e9d8
Created trunk inside of 2.6-lhm
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13441 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13441 594d385d-05f5-0310-b6e9-bd551577e9d8
* Reorder MouseType and MousePorts array, so autodetection is the first entry
- Type: auto
- Port: /dev/input/mice (combined mouse driver default since Linux 2.6)
* Add "auto" to MouseType for autodetection
* Rename previous MouseType "inheritance" AUTO to use "default"
-> this will map old AUTO => auto, which should almost always work
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13437 594d385d-05f5-0310-b6e9-bd551577e9d8
- Type: auto
- Port: /dev/input/mice (combined mouse driver default since Linux 2.6)
* Add "auto" to MouseType for autodetection
* Rename previous MouseType "inheritance" AUTO to use "default"
-> this will map old AUTO => auto, which should almost always work
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13437 594d385d-05f5-0310-b6e9-bd551577e9d8
Refactor parts of the plugin:
- ppdManager::loadDescription now returns a well-formed associative
array instead of a string which is parsed over and over again.
This was neccessary to fix problems that occured after applying
the double-manufacturer-fix, because large parts of the plugin
were dependent on the string structure.
- Fix display of printer names, it should print the manufacturer
only once.
- Adapt all usages of the loadDescription function and variables
storing its return value.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13433 594d385d-05f5-0310-b6e9-bd551577e9d8
- ppdManager::loadDescription now returns a well-formed associative
array instead of a string which is parsed over and over again.
This was neccessary to fix problems that occured after applying
the double-manufacturer-fix, because large parts of the plugin
were dependent on the string structure.
- Fix display of printer names, it should print the manufacturer
only once.
- Adapt all usages of the loadDescription function and variables
storing its return value.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13433 594d385d-05f5-0310-b6e9-bd551577e9d8
Fix errornous evaluation of ACLs when managing servers (partial port of revision 12495)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13432 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13432 594d385d-05f5-0310-b6e9-bd551577e9d8
Merge revision 12939 from trunk:
Do not check for dummy entries like ('cn=dummy,ou..'), this doesn't work
with user filter settings.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13431 594d385d-05f5-0310-b6e9-bd551577e9d8
Do not check for dummy entries like ('cn=dummy,ou..'), this doesn't work
with user filter settings.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13431 594d385d-05f5-0310-b6e9-bd551577e9d8
Sort printer ppd selection alphabetically
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13428 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13428 594d385d-05f5-0310-b6e9-bd551577e9d8
Fix errornous evaluation of ACLs with paranthesis in OUs
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13426 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13426 594d385d-05f5-0310-b6e9-bd551577e9d8
* Fix LDAP search filter escaping
* Fix base stripping, when it contains regexp characters
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13419 594d385d-05f5-0310-b6e9-bd551577e9d8
* Fix base stripping, when it contains regexp characters
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13419 594d385d-05f5-0310-b6e9-bd551577e9d8
fix ACL mapping. It's called "faiPackage", not "faiPackageList"
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13394 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13394 594d385d-05f5-0310-b6e9-bd551577e9d8
the existence check needs to include FAIprofile.
previously, the fact that it failed to find FAIprofiles of the same name,
resulted in the possibility to overwrite profiles by copy&paste in one
place.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13374 594d385d-05f5-0310-b6e9-bd551577e9d8
previously, the fact that it failed to find FAIprofiles of the same name,
resulted in the possibility to overwrite profiles by copy&paste in one
place.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13374 594d385d-05f5-0310-b6e9-bd551577e9d8
Removed very important empty line to README in order to test svn account.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13373 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13373 594d385d-05f5-0310-b6e9-bd551577e9d8
Added very important empty line to README in order to test mail notifications.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13372 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13372 594d385d-05f5-0310-b6e9-bd551577e9d8
Removed additional space
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13371 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13371 594d385d-05f5-0310-b6e9-bd551577e9d8
Reverted test commit
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13370 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13370 594d385d-05f5-0310-b6e9-bd551577e9d8
Test commit
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13369 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13369 594d385d-05f5-0310-b6e9-bd551577e9d8
delete conflict ">>>>>>>"
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13010 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13010 594d385d-05f5-0310-b6e9-bd551577e9d8
* reregistering between client and server works again
* ticket #1587
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13008 594d385d-05f5-0310-b6e9-bd551577e9d8
* ticket #1587
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13008 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated ACL checks for Applications.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13003 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13003 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated ACL check for menu entries,
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13002 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13002 594d385d-05f5-0310-b6e9-bd551577e9d8
change get_time(30) to calc_timestamp()
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13001 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13001 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated ACL check for copy&paste action menu entries
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12999 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12999 594d385d-05f5-0310-b6e9-bd551577e9d8
Disabled acl tab. Makes no sense
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12998 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12998 594d385d-05f5-0310-b6e9-bd551577e9d8
Not needed...
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12997 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12997 594d385d-05f5-0310-b6e9-bd551577e9d8
Added tagging for fai Profiles
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12996 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12996 594d385d-05f5-0310-b6e9-bd551577e9d8
Made it static
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12995 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12995 594d385d-05f5-0310-b6e9-bd551577e9d8
Added fake tagger
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12994 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12994 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated tagging for base objects
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12993 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12993 594d385d-05f5-0310-b6e9-bd551577e9d8
Added tagging for applications
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12992 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12992 594d385d-05f5-0310-b6e9-bd551577e9d8
Added self tagging
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12991 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12991 594d385d-05f5-0310-b6e9-bd551577e9d8
fixes problems with wake_up and reboot
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12990 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12990 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated event detection string for goto_reload
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12986 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12986 594d385d-05f5-0310-b6e9-bd551577e9d8
Added more checks to array search.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12985 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12985 594d385d-05f5-0310-b6e9-bd551577e9d8
Added more checks for LDAP results.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12983 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12983 594d385d-05f5-0310-b6e9-bd551577e9d8
change allg get_time(n) to calc_timestamp() in gosaTriggered.pm
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12982 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12982 594d385d-05f5-0310-b6e9-bd551577e9d8
adjust gosaTriggered.pm to trunk version of gosaTriggered.pm
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12981 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12981 594d385d-05f5-0310-b6e9-bd551577e9d8
change get_time invokation in trigger_activate_new
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12979 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12979 594d385d-05f5-0310-b6e9-bd551577e9d8
adjust regex in gosa-si looking for seen user messages
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12975 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12975 594d385d-05f5-0310-b6e9-bd551577e9d8
delete dependencie libdata-random-perl from gosa-si-client
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12970 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12970 594d385d-05f5-0310-b6e9-bd551577e9d8
new perl module used to create random file in /tmp
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12966 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12966 594d385d-05f5-0310-b6e9-bd551577e9d8
user messages handling switched to server-server communication
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12959 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12959 594d385d-05f5-0310-b6e9-bd551577e9d8
fixes dependencies
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12944 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12944 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated Copy&Paste handling
-Do not change owner of existing cache dir, only change the owner and permission of the created files.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12937 594d385d-05f5-0310-b6e9-bd551577e9d8
-Do not change owner of existing cache dir, only change the owner and permission of the created files.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12937 594d385d-05f5-0310-b6e9-bd551577e9d8
Udpated FAI ACLs
-Work with user filter now. We check the current Object "ou=base" instead of cn=dummy,... which doesn't match the filter in any case.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12935 594d385d-05f5-0310-b6e9-bd551577e9d8
-Work with user filter now. We check the current Object "ou=base" instead of cn=dummy,... which doesn't match the filter in any case.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12935 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated ACL checks in FAI management
-Couldn't create new objects if user filter settings were used.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12934 594d385d-05f5-0310-b6e9-bd551577e9d8
-Couldn't create new objects if user filter settings were used.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12934 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated ACL handling for new objects.
-The wrong base used used to check ACLs, this caused problem if user filter settings were used.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12932 594d385d-05f5-0310-b6e9-bd551577e9d8
-The wrong base used used to check ACLs, this caused problem if user filter settings were used.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12932 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated workstation template
-Translate inherited in FAIdebianMirror
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12923 594d385d-05f5-0310-b6e9-bd551577e9d8
-Translate inherited in FAIdebianMirror
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12923 594d385d-05f5-0310-b6e9-bd551577e9d8
update fixes
* setting update-job to state error after wol (booting vs. sending msgs race condition)
* importing jobs and activation problem
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12922 594d385d-05f5-0310-b6e9-bd551577e9d8
* setting update-job to state error after wol (booting vs. sending msgs race condition)
* importing jobs and activation problem
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12922 594d385d-05f5-0310-b6e9-bd551577e9d8
local and foreign jobs can be hosted from each si-server
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12885 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12885 594d385d-05f5-0310-b6e9-bd551577e9d8
not all scheduled jobs should not remain in jobqueue
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12884 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12884 594d385d-05f5-0310-b6e9-bd551577e9d8
avoid job_queue race condition at job status with clMessages
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12883 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12883 594d385d-05f5-0310-b6e9-bd551577e9d8
Sorted printer list
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12880 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12880 594d385d-05f5-0310-b6e9-bd551577e9d8
delete not needed offset option within get_time()
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12878 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12878 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated workstation startup
-Pre select "inherited" for FAI settings, if member in ogroup
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12847 594d385d-05f5-0310-b6e9-bd551577e9d8
-Pre select "inherited" for FAI settings, if member in ogroup
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12847 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa msgs from foreign server will now be processed with GosaPackages module
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12845 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12845 594d385d-05f5-0310-b6e9-bd551577e9d8
fixes wrong activ/no-activ display of a system under system-common-action
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12843 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12843 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated ACL checks
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12840 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12840 594d385d-05f5-0310-b6e9-bd551577e9d8
status update of job in job_queue with jobdb_id was triggered with wrong sql statement
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12833 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12833 594d385d-05f5-0310-b6e9-bd551577e9d8
Fixed locales
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12806 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12806 594d385d-05f5-0310-b6e9-bd551577e9d8
Fixed parameter saving
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12805 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12805 594d385d-05f5-0310-b6e9-bd551577e9d8
* Modify action naming
* Send reboot instead of localboot
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12800 594d385d-05f5-0310-b6e9-bd551577e9d8
* Send reboot instead of localboot
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12800 594d385d-05f5-0310-b6e9-bd551577e9d8
Improved filter check speed
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12795 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12795 594d385d-05f5-0310-b6e9-bd551577e9d8
bugfix: use 'macaddress' notation in all wake_up relating messages
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12792 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12792 594d385d-05f5-0310-b6e9-bd551577e9d8
bugfix: receiver loop for user messages did not work
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12791 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12791 594d385d-05f5-0310-b6e9-bd551577e9d8
Fixed UnitTagging.
-Renaming of the ACLs caused Problems with the tagging.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12751 594d385d-05f5-0310-b6e9-bd551577e9d8
-Renaming of the ACLs caused Problems with the tagging.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12751 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated ACL parsing
-Keep user filter settings when roles are seolved.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12732 594d385d-05f5-0310-b6e9-bd551577e9d8
-Keep user filter settings when roles are seolved.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12732 594d385d-05f5-0310-b6e9-bd551577e9d8
Fixed printer dialogs add user/group ordering
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12715 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12715 594d385d-05f5-0310-b6e9-bd551577e9d8
* softupdate with wake on lan
* handling of outgoing messages with macaddress as target
modified
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12708 594d385d-05f5-0310-b6e9-bd551577e9d8
* handling of outgoing messages with macaddress as target
modified
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12708 594d385d-05f5-0310-b6e9-bd551577e9d8
Fixed constants
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12678 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12678 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated Group Application Handling
-Ldap error messages were always displayed as type "remove"
-Couldn't copy or edit tagged Apps.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12667 594d385d-05f5-0310-b6e9-bd551577e9d8
-Ldap error messages were always displayed as type "remove"
-Couldn't copy or edit tagged Apps.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12667 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated iframe for unitTagging.
-Unit tagging wasn't working with the POST checks in main.php (php_c_check)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12666 594d385d-05f5-0310-b6e9-bd551577e9d8
-Unit tagging wasn't working with the POST checks in main.php (php_c_check)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12666 594d385d-05f5-0310-b6e9-bd551577e9d8
Revert last change.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12541 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12541 594d385d-05f5-0310-b6e9-bd551577e9d8
Reflect config change from 'referral url' 'referral uri'
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12540 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12540 594d385d-05f5-0310-b6e9-bd551577e9d8
External ressources in branch 2.6-lhm should point to the branch ressources - this is now the case.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12539 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12539 594d385d-05f5-0310-b6e9-bd551577e9d8
update: si-server stop if core modules could not be loaded
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12537 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12537 594d385d-05f5-0310-b6e9-bd551577e9d8
update: add debug line in func get_ldap_handle() if connection to ldap is not possible
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12535 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12535 594d385d-05f5-0310-b6e9-bd551577e9d8
Removed undefined index warning.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12534 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12534 594d385d-05f5-0310-b6e9-bd551577e9d8
Column name changed.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12514 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12514 594d385d-05f5-0310-b6e9-bd551577e9d8
Column name changed.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12513 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12513 594d385d-05f5-0310-b6e9-bd551577e9d8
Not needed here.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12507 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12507 594d385d-05f5-0310-b6e9-bd551577e9d8
Added missing template.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12506 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12506 594d385d-05f5-0310-b6e9-bd551577e9d8
Removed old stuff.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12505 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12505 594d385d-05f5-0310-b6e9-bd551577e9d8
Moved new MySQL Backend to trunk.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12503 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12503 594d385d-05f5-0310-b6e9-bd551577e9d8
Fixed debconf.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12491 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12491 594d385d-05f5-0310-b6e9-bd551577e9d8
Add debconf stuff to automagic creation of database.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12490 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12490 594d385d-05f5-0310-b6e9-bd551577e9d8
Added datatype check.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12487 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12487 594d385d-05f5-0310-b6e9-bd551577e9d8
Add debconf templates.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12480 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12480 594d385d-05f5-0310-b6e9-bd551577e9d8
Column name change from release to fai_release.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12478 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12478 594d385d-05f5-0310-b6e9-bd551577e9d8
Column name changed from release to fai_release.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12477 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12477 594d385d-05f5-0310-b6e9-bd551577e9d8
Reflect column name change.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12476 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12476 594d385d-05f5-0310-b6e9-bd551577e9d8
bugfix: add missing return in ClientPackages
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12474 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12474 594d385d-05f5-0310-b6e9-bd551577e9d8