summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2012-06-06 13:20:08 +0200
committerBjoern Jacke <bj@sernet.de>2012-06-07 01:19:39 +0200
commit67ef65a234ea01101e79e8f891c1049913a6ff81 (patch)
tree87b0c290e46422e6aa746aff15411ed18db27596 /source3
parente9f9f37e8611e97c7683b3ab257f6c07b16862d4 (diff)
downloadsamba-67ef65a234ea01101e79e8f891c1049913a6ff81.tar.gz
samba-67ef65a234ea01101e79e8f891c1049913a6ff81.tar.bz2
samba-67ef65a234ea01101e79e8f891c1049913a6ff81.zip
s3: enable winbind also for upcoming FreeBSD/NetBSD releases >=10
Diffstat (limited to 'source3')
-rw-r--r--source3/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in
index a11e96b107..cf4e13e4fa 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -5774,7 +5774,7 @@ case "$host_os" in
NSSSONAMEVERSIONSUFFIX=".2"
WINBIND_NSS_EXTRA_OBJS="../nsswitch/winbind_nss_linux.o"
;;
- *freebsd[[5-9]]*)
+ *freebsd[[5-9]]* | *freebsd1[[0-9]]*)
# FreeBSD winbind client is implemented as a wrapper around
# the Linux version.
NSSSONAMEVERSIONSUFFIX=".1"
@@ -5784,7 +5784,7 @@ case "$host_os" in
WINBIND_WINS_NSS="../nsswitch/nss_wins.$SHLIBEXT"
;;
- *netbsd*[[3-9]]*)
+ *netbsd*[[3-9]]* | *netbsd1[[0-9]]*)
# NetBSD winbind client is implemented as a wrapper
# around the Linux version. It needs getpwent_r() to
# indicate libc's use of the correct nsdispatch API.