Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fuss-server
Manage
Activity
Members
Labels
Plan
Issues
10
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FUSS
fuss-server
Commits
6b09a9d6
Commit
6b09a9d6
authored
4 years ago
by
Simone Piccardi
Browse files
Options
Downloads
Patches
Plain Diff
Switching to use of unscd, and version bump.
parent
7c3f9a1c
No related branches found
Branches containing commit
Tags
fuss/10.0.23
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ansible/roles/ldap-auth/tasks/config-nslcd.yml
+1
-0
1 addition, 0 deletions
ansible/roles/ldap-auth/tasks/config-nslcd.yml
ansible/roles/samba/tasks/main.yml
+20
-0
20 additions, 0 deletions
ansible/roles/samba/tasks/main.yml
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
with
27 additions
and
0 deletions
ansible/roles/ldap-auth/tasks/config-nslcd.yml
+
1
−
0
View file @
6b09a9d6
...
...
@@ -37,6 +37,7 @@
-
include
:
"
{{includes}}/install-package-apt.yml"
with_items
:
-
unscd
-
nslcd,libpam-ldapd,libnss-ldapd,python-ldap
-
name
:
Setup /etc/nslcd.conf
...
...
This diff is collapsed.
Click to expand it.
ansible/roles/samba/tasks/main.yml
+
20
−
0
View file @
6b09a9d6
...
...
@@ -51,12 +51,24 @@
#- name: Wait a little, otherwise next commands can fail
# pause: seconds=2
-
name
:
get installed packages
package_facts
:
manager
:
auto
-
name
:
stop nscd to avoid cache problem
service
:
name
:
nscd
state
:
stopped
ignore_errors
:
yes
when
:
"
'nscd'
in
ansible_facts.packages"
-
name
:
stop unscd to avoid cache problem
service
:
name
:
unscd
state
:
stopped
ignore_errors
:
yes
when
:
"
'unscd'
in
ansible_facts.packages"
-
name
:
Give full privileges to 'Domain Admins' group
command
:
net rpc rights grant 'Domain Admins' {{item}} -U admin%{{pass}}
with_items
:
...
...
@@ -91,3 +103,11 @@
name
:
nscd
state
:
started
ignore_errors
:
yes
when
:
"
'nscd'
in
ansible_facts.packages"
-
name
:
restart unscd to avoid cache problems
service
:
name
:
unscd
state
:
started
ignore_errors
:
yes
when
:
"
'unscd'
in
ansible_facts.packages"
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
6b09a9d6
fuss-server (10.0.23) unstable; urgency=medium
* Moving from nscd to unscd
-- Simone Piccardi <piccardi@truelite.it> Fri, 21 Aug 2020 18:47:06 +0200
fuss-server (10.0.22) unstable; urgency=medium
* Typo fix.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment