linkdd / lemonldap-cli

Command Line tool to configure LemonLDAP::NG (depecrated: now maintained by the LemonLDAP::NG team)
http://linkdd.github.com/lemonldap-cli
GNU General Public License v3.0
7 stars 0 forks source link

Global Storage support #7

Closed linkdd closed 12 years ago

linkdd commented 12 years ago

There is two options in the configuration for global storage :

$VAR1 = {
    # ...
    'globalStorageOptions' => {
        'Directory' => '/var/lib/lemonldap-ng/sessions',
        'LockDirectory' => '/var/lib/lemonldap-ng/sessions/lock'
    },
    # ...
};

May be managed by :

$ lemonldap-ng-cli global-storage
$ lemonldap-ng-cli global-storage-set-dir <path>
$ lemonldap-ng-cli global-storage-set-lockdir <path>