Compare commits
No commits in common. "c150f446c87142eaa27fd50c948668a53ff86175" and "0a5f0f7d9489d7423f645dc481326a4d0800ab62" have entirely different histories.
c150f446c8
...
0a5f0f7d94
|
@ -112,7 +112,6 @@
|
||||||
<target type='filelist'>lemon</target>
|
<target type='filelist'>lemon</target>
|
||||||
<target type='filelist'>lemonCAS</target>
|
<target type='filelist'>lemonCAS</target>
|
||||||
<target type='family'>LemonLDAP</target>
|
<target type='family'>LemonLDAP</target>
|
||||||
<target type='service'>lemonldap-ng-fastcgi-server</target>
|
|
||||||
<target type='service_accesslist'>saLemon</target>
|
<target type='service_accesslist'>saLemon</target>
|
||||||
</condition>
|
</condition>
|
||||||
<condition name='disabled_if_in' source='llRegisterAccount'>
|
<condition name='disabled_if_in' source='llRegisterAccount'>
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
[[ $(CreoleGet activerLemon non) == "non" ]] && exit 0
|
|
||||||
|
|
||||||
# Updating Configuration cache
|
# Updating Configuration cache
|
||||||
|
|
||||||
cmd="/usr/share/lemonldap-ng/bin/lemonldap-ng-cli update-cache"
|
cmd="/usr/share/lemonldap-ng/bin/lemonldap-ng-cli update-cache"
|
||||||
|
|
Loading…
Reference in New Issue