summaryrefslogtreecommitdiffstats
path: root/server/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* [xdg] make sure xdg-user-dirs-update is disabledJonathan Bauer2014-07-041-0/+11
|
* [xdg] export XDG_* manually on session openJonathan Bauer2014-07-041-8/+8
|
* [config] add PERSISTENT prefix to all standard xdg directoriesJonathan Bauer2014-07-011-0/+10
|
* [pam-freiburg] minorJonathan Bauer2014-07-011-1/+1
|
* [pam-freiburg] fix files not being executableJonathan Bauer2014-07-011-1/+1
| | | | default file mode 0600 --> 0700
* [config.tgz] added config module for kdm stuffJonathan Bauer2014-06-302-0/+36
|
* [pam-freiburg] fix nfs4 not beeing used as fallbackJonathan Bauer2014-06-271-1/+1
|
* [pam-fr] fix locking problemsJonathan Bauer2014-06-131-4/+2Star
|
* v2 of quick fix for unity shell not starting.Jonathan Bauer2014-06-133-12/+4Star
|
* [pam-fr] disable CIFS for now, as it breaks firefox for certain users...Jonathan Bauer2014-06-131-1/+3
|
* unity fix. TODO: fix logoutJonathan Bauer2014-06-123-0/+12
|
* [curitiba] some config changesMichael Pereira Neves2014-05-291-0/+143
|
* [pam-freiburg] dont exec the cifs part if no cifs volume is foundJonathan Bauer2014-05-191-24/+25
|
* [pam-freiburg] updated pam_script_mount_persistent to CIFSJonathan Bauer2014-05-191-25/+61
|
* [stage4] fix missing menu bar for gnome sessionsJonathan Bauer2014-05-051-0/+1
|
* [vmchooser-freiburg] Add changed syntax for vmchooser2Simon Rettberg2014-05-041-1/+1
|
* [vmchooser-openslx] Remove pointless config module...Simon Rettberg2014-05-024-8/+0Star
|
* Remove consolekit fro bwlp related stuff (since its not needed with 14.04)Simon Rettberg2014-04-241-1/+0Star
|
* [beamergui] added missing ipManuel Schneider2014-04-221-1/+2
|
* [ub14.04] added config module for unity-panel-serviceJonathan Bauer2014-04-161-0/+6
|
* [vmchooser-openslx] add openslx vmchooser config moduleMichael Pereira Neves2014-03-314-0/+8
|
* [vmchooser-curitiba] add curitiba vmchooser config moduleMichael Pereira Neves2014-03-314-0/+8
|
* [pam-curitiba] add curitiba pam config moduleMichael Pereira Neves2014-03-3126-0/+607
|
* [cups-curitiba] add curitiba cups config moduleMichael Pereira Neves2014-03-311-0/+1
|
* [branding-curitiba] Add curitiba branding as config moduleMichael Pereira Neves2014-03-311-0/+265
|
* renamedJonathan Bauer2014-02-051-0/+0
|
* [config] add config module to fix pulseaudio not exitingJonathan Bauer2014-02-051-0/+87
|
* [cups-freiburg] ZRZ_DELL.ppd patched: cat path hardcoded as cat's not found ↵Christian Rößler2014-02-041-1/+1
| | | | | | (should be ameliorated, as hard coded paths are evil).
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2014-02-041-197/+0Star
|\
| * [freiburg-config] -ppd, old ppd for Dell 1. OGChristian Rößler2014-02-041-197/+0Star
| |
* | [pam-fr] dont delete WIP file while its beeing sentJonathan Bauer2014-02-041-4/+5
|/
* [freiburg-config] Better name f. printerChristian Rößler2014-02-042-4/+201
|
* [freiburg-config] +ppd for Dell 1.OG, printer.confChristian Rößler2014-02-042-0/+216
|
* bye bye plymouth. You won't be missed...Jonathan Bauer2014-01-291-9/+0Star
|
* [pam-freiburg] deleted unneeded nss-ldap hack, since with nss-ldapd itsJonathan Bauer2014-01-293-11/+19
| | | | | ok to have the ldap switch in the nsswitch before ldap is actually "queryable"
* [server/configs] new module for ubuntu 13.10: fixes the unity panel notJonathan Bauer2014-01-291-0/+3
| | | | | starting. Activate this in your server/configs/<yourconfig>! Not activated by default for now ...
* [pam-freiburg] add .config/xfce4 to the list of directories beeingJonathan Bauer2014-01-231-1/+1
| | | | linked when a user's home is mounted
* [pam/pam-freiburg] moved symlinks to pam scripts from pam-freiburg toJonathan Bauer2014-01-233-3/+0Star
| | | | generic pam module
* [pam] moved pam_script_auth to generic pam moduleJonathan Bauer2014-01-231-65/+0Star
|
* [pam-freiburg] fix wrong pam configJonathan Bauer2014-01-221-1/+1
|
* [pam] changes: prepare home directory struct in pam-auth and notJonathan Bauer2014-01-223-1/+68
| | | | session.
* [plymouth] quit service for plymouth, might be needed one dayJonathan Bauer2014-01-221-0/+9
|
* [pam-freiburg] nslcd.conf base group map fixJonathan Bauer2014-01-221-1/+5
|
* Add openstack firewall config moduleSimon Rettberg2014-01-211-0/+10
|
* <freiburg config> Add nslcd startupSimon Rettberg2014-01-213-7/+10
|
* [stage4] renamed nfs-mount to mount-stage4. Added new 'stage4.target'.Jonathan Bauer2014-01-162-1/+1
|
* [pam-freiburg] cd to proper dir before launching AUTOSTARTSimon Rettberg2014-01-101-1/+4
|
* Rework session handling wrt home directory mounting and persistence again. ↵Simon Rettberg2013-12-202-34/+37
| | | | Don't try to force a user's home to /home/<username> anymore.
* [pam-freiburg] Try harder to get machine ticket, continue mounting if ↵Simon Rettberg2013-12-191-4/+5
| | | | there's already a machine ticket from a previous session
* [beamerui] correct beamer.conf for freiburgManuel Schneider2013-12-191-1/+3
|