Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
puppet-freeradius
Commits
016a80aa
Unverified
Commit
016a80aa
authored
May 06, 2021
by
Jonathan
Committed by
GitHub
May 06, 2021
Browse files
Merge pull request #154 from SearchLightNZ/fix_ldap_password_test
Add quotes around expected LDAP password in freeradius::ldap spec
parents
ffd5226b
28e2fd07
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/defines/ldap_spec.rb
View file @
016a80aa
...
@@ -25,7 +25,7 @@ describe 'freeradius::ldap' do
...
@@ -25,7 +25,7 @@ describe 'freeradius::ldap' do
.
with_content
(
%r{^ldap test
\{\n
}
)
.
with_content
(
%r{^ldap test
\{\n
}
)
.
with_content
(
%r{^
\s
+server = 'localhost'
\n
}
)
.
with_content
(
%r{^
\s
+server = 'localhost'
\n
}
)
.
with_content
(
%r{^
\s
+identity = 'cn=root,dc=example,dc=com'
\n
}
)
.
with_content
(
%r{^
\s
+identity = 'cn=root,dc=example,dc=com'
\n
}
)
.
with_content
(
%r{^
\s
+password = test password
\n
}
)
.
with_content
(
%r{^
\s
+password =
'
test password
'
\n
}
)
.
with_content
(
%r{^
\s
+base_dn = 'dc=example,dc=com'
\n
}
)
.
with_content
(
%r{^
\s
+base_dn = 'dc=example,dc=com'
\n
}
)
.
with_ensure
(
'present'
)
.
with_ensure
(
'present'
)
.
with_group
(
'radiusd'
)
.
with_group
(
'radiusd'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment