nscd
darcs-hash:20080209202820-af139-807ae288dd856a218fded00402fea257f88b54ac.gz
This commit is contained in:
parent
4f142bff4c
commit
bef2bd61cb
3 changed files with 10 additions and 0 deletions
4
Bundler/nscd.xml
Normal file
4
Bundler/nscd.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<Bundle name="nscd">
|
||||
<Package name="nscd"/>
|
||||
<Service name="nscd"/>
|
||||
</Bundle>
|
|
@ -287,6 +287,10 @@
|
|||
<Group name="db"
|
||||
comment="acces a la base de donnee du crans">
|
||||
<Group name="db-backend"/>
|
||||
<!-- Si le serveur à accès à la base, celle-ci est utilisée pour
|
||||
les comptes unix. On a donc besoin de nscd pour que les
|
||||
utilisateur accèdent aux informations sur les comptes -->
|
||||
<Bundle name="nscd"/>
|
||||
</Group>
|
||||
|
||||
<Group name="db-server"
|
||||
|
|
|
@ -42,6 +42,8 @@
|
|||
|
||||
<Service name="autofs" status="on"/>
|
||||
|
||||
<Service name="nscd" status="on"/>
|
||||
|
||||
<!-- Suppression du groupe adm de /etc/group pour forcer sudo à regarder dans la base -->
|
||||
<Action name="del-adm"
|
||||
timing="post" when="modified" status="check"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue