summaryrefslogtreecommitdiffstats
path: root/src/defs-nis.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/defs-nis.c')
-rw-r--r--src/defs-nis.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/defs-nis.c b/src/defs-nis.c
index efd9a37..3d2b9e9 100644
--- a/src/defs-nis.c
+++ b/src/defs-nis.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2008,2009,2011,2012 Red Hat, Inc.
+ * Copyright 2008,2009,2011,2012,2014 Red Hat, Inc.
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -106,13 +106,13 @@ static struct configuration {
NULL},
{"hosts.byaddr", config_exact, FALSE, NULL,
"(&(ipHostNumber=*)(cn=*))",
- "%{ipHostNumber}", NULL,
- "%first(\"%{cn}\") %{ipHostNumber} %merge(\" \",\"%{cn}\")", NULL,
+ NULL, "%{ipHostNumber}",
+ NULL, "%{ipHostNumber} %merge(\" \",\"%{cn}\")",
NULL},
{"hosts.byname", config_exact, FALSE, NULL,
"(&(ipHostNumber=*)(cn=*))",
NULL, "%{cn}",
- "%first(\"%{cn}\") %{ipHostNumber} %merge(\" \",\"%{cn}\")", NULL,
+ NULL, "%{ipHostNumber} %merge(\" \",\"%{cn}\")",
NULL},
{"mail.aliases", config_exact, FALSE, NULL,
"(objectClass=nisMailAlias)",