• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/nss-pam-ldapd/nss-pam-ldapd.mk
Doug KehnDoug Kehn committed b8fc2884d9124 May 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# nss-pam-ldapd
4
#
5
################################################################################
6
​
7
NSS_PAM_LDAPD_VERSION = 0.9.6
8
NSS_PAM_LDAPD_SITE = http://arthurdejong.org/nss-pam-ldapd
9
NSS_PAM_LDAPD_LICENSE = LGPLv2.1+
10
NSS_PAM_LDAPD_LICENSE_FILES = COPYING
11
NSS_PAM_LDAPD_INSTALL_STAGING = YES
12
​
13
NSS_PAM_LDAPD_CONF_OPTS = --disable-sasl
14
NSS_PAM_LDAPD_DEPENDENCIES = openldap
15
​
16
ifeq ($(BR2_PACKAGE_NSS_PAM_LDAPD_UTILITIES),y)
17
NSS_PAM_LDAPD_CONF_OPTS += --enable-utils
18
else
19
NSS_PAM_LDAPD_CONF_OPTS += --disable-utils
20
endif
21
​
22
ifeq ($(BR2_PACKAGE_LINUX_PAM),y)
23
NSS_PAM_LDAPD_CONF_OPTS += --enable-pam
24
NSS_PAM_LDAPD_DEPENDENCIES += linux-pam
25
else
26
NSS_PAM_LDAPD_CONF_OPTS += --disable-pam
27
endif
28
​
29
define NSS_PAM_LDAPD_INSTALL_INIT_SYSTEMD
30
    $(INSTALL) -m 755 -D package/nss-pam-ldapd/nslcd.service \
31
        $(TARGET_DIR)/usr/lib/systemd/system/nslcd.service
32
    mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
33
    ln -fs ../../../../usr/lib/systemd/system/nslcd.service \
34
        $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/nslcd.service
35
endef
36
​
37
define NSS_PAM_LDAPD_INSTALL_INIT_SYSV
38
    $(INSTALL) -m 755 -D package/nss-pam-ldapd/S45nslcd \
39
        $(TARGET_DIR)/etc/init.d/S45nslcd
40
endef
41
​
42
define NSS_PAM_LDAPD_USERS
43
    nslcd -1 nslcd -1 * - - - nslcd user
44
endef
45
​
46
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.