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
28e2fd07
Commit
28e2fd07
authored
May 06, 2021
by
Nathan Ward
Browse files
Add quotes around expected LDAP password
parent
ffd5226b
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/defines/ldap_spec.rb
View file @
28e2fd07
...
...
@@ -25,7 +25,7 @@ describe 'freeradius::ldap' do
.
with_content
(
%r{^ldap test
\{\n
}
)
.
with_content
(
%r{^
\s
+server = 'localhost'
\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_ensure
(
'present'
)
.
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