Changeset 4287 for n4d-pamnss
- Timestamp:
- Apr 19, 2017, 9:22:52 AM (4 years ago)
- Location:
- n4d-pamnss/trunk/fuentes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
n4d-pamnss/trunk/fuentes/debian/changelog
r879 r4287 1 n4d-pamnss (0.30) xenial; urgency=high 2 3 * Removing old upstart calls 4 5 -- Hector Garcia Huerta <hectorgh@gmail.com> Wed, 19 Apr 2017 09:22:15 +0200 6 1 7 n4d-pamnss (0.29) xenial; urgency=high 2 8 -
n4d-pamnss/trunk/fuentes/debian/control
r192 r4287 9 9 Package: n4d-pamnss 10 10 Architecture: all 11 Pre-Depends: lliurex-preseed-nslcd, lliurex-preseed-libnss-ldapd 12 Conflicts: nscd 13 Depends: ${shlibs:Depends}, ${misc:Depends},python-jinja2,libpam-ldap,libnss-ldapd, n4d-lliurex-base (>= 0.7) 11 Depends: ${shlibs:Depends}, ${misc:Depends},python-jinja2,libpam-ldapd,libnss-ldapd, n4d-lliurex-base (>= 0.7) 14 12 Description: N4D Plugin for pamnss 15 13 Pamnss plugin configuration for n4d -
n4d-pamnss/trunk/fuentes/n4d-pamnss.install/usr/share/n4d/python-plugins/PamnssPlugin.py
r877 r4287 298 298 # Copy unitaria 299 299 shutil.copy(filename,PamnssPlugin.NSSWITCH_DESTINATION) 300 os.system("initctl emit --no-wait nsswitch-configured")301 302 300 303 301 if os.path.exists("/usr/sbin/nscd"): … … 323 321 if os.path.exists("/usr/share/n4d/python-plugins/Golem.py"): 324 322 vars["CLIENT_LDAP_URI_NOSSL"]="ldap://localhost" 325 323 324 326 325 textrendered=tmpl.render(vars) 327 326 tmp,filename=tempfile.mkstemp()
Note: See TracChangeset
for help on using the changeset viewer.