Greg greg
  • Joined on 2018-11-05
greg pushed to master at kosmos/chef 2019-12-20 16:09:13 +00:00
f3a711ccfe Merge branch 'feature/mediawiki_file_uploads' of kosmos/chef into master
11c7019bfa Fix thumbnails not working for larger SVGs
2358ed00db Fix wiki permissions
cbfb760787 Increase wiki file upload size limit
2158e1d4bf Allow SVG file uploads
Compare 5 commits »
greg merged pull request kosmos/chef#118 2019-12-20 16:09:13 +00:00
Wiki file uploads and permissions
greg closed pull request kosmos/chef#118 2019-12-20 16:09:13 +00:00
Wiki file uploads and permissions
greg commented on issue kosmos/chef#118 2019-12-20 16:08:52 +00:00
Wiki file uploads and permissions

I missed this one, LGTM

greg commented on issue kosmos/chef#119 2019-12-20 15:56:05 +00:00
Use MIT as default cookbook license

I gave this a try, I know this used to be the way to set the defaults for the cookbook generate. The docs say that is still the case, but they are using default values when I use chef generate cookbook COOKBOOK_NAME. Figuring it out

greg pushed to feature/107-ldap_server at kosmos/chef 2019-12-20 15:46:39 +00:00
9828b867ba Disable anonymous binds
greg commented on issue kosmos/chef#115 2019-12-20 15:45:35 +00:00
Cookbook to deploy a LDAP server (389 Directory Server)

I have set nsslapd-allow-anonymous-access: off on barnard, pushing the code changes

greg commented on issue kosmos/chef#115 2019-12-20 15:35:28 +00:00
Cookbook to deploy a LDAP server (389 Directory Server)

I got it, passing the empty unquoted variable as a password is the same as doing this:

greg commented on issue kosmos/chef#115 2019-12-19 21:55:23 +00:00
Cookbook to deploy a LDAP server (389 Directory Server)

By actual results I mean this part:

greg commented on issue kosmos/chef#115 2019-12-19 15:49:35 +00:00
Cookbook to deploy a LDAP server (389 Directory Server)

Thanks, I can reproduce that on barnard. The search does not return actual results with that empty password variable, but it is successful, unlike with an empty/wrong password, or without a -w switch. It does not look like it is a problem since no results are returned on local requests without the correct password

greg commented on issue kosmos/chef#115 2019-12-10 14:36:59 +00:00
Cookbook to deploy a LDAP server (389 Directory Server)

@raucao I don't understand how you can get search results without the correct admin password. With an incorrect password I get ldap_bind: Invalid credentials (49) and with an empty one:

greg commented on issue kosmos/chef#115 2019-12-06 09:56:38 +00:00
Cookbook to deploy a LDAP server (389 Directory Server)

I get the same result without having a password stored in that variable. Is that intended?

greg pushed to feature/107-ldap_server at kosmos/chef 2019-12-06 09:54:45 +00:00
0a96c31e12 Add initial LDAP documentation
greg commented on issue kosmos/chef#115 2019-12-05 14:55:17 +00:00
Cookbook to deploy a LDAP server (389 Directory Server)

This should be good to merge now

greg pushed to feature/107-ldap_server at kosmos/chef 2019-12-05 14:47:52 +00:00
1240ed9da8 Move the dirsrv cert generation to a certbot deploy hook
greg pushed to feature/107-ldap_server at kosmos/chef 2019-12-05 14:06:27 +00:00
0d192f536f Add the empty nginx vhost template
greg commented on issue kosmos/chef#115 2019-12-04 16:49:10 +00:00
Cookbook to deploy a LDAP server (389 Directory Server)

I ran into a couple issues (see the commits from today), but this is now running on barnard as ldap.kosmos.org, with a TLS cert.

greg pushed to feature/107-ldap_server at kosmos/chef 2019-12-04 16:41:07 +00:00
0dbf350540 Restart the server after importing the TLS cert
greg pushed to feature/107-ldap_server at kosmos/chef 2019-12-04 16:34:40 +00:00
5ba700cd00 Add the kosmos-dirsrv recipe to barnard
4e7d453942 Move the firewall and backup recipes outside of the custom resource
e24cd01287 Add an empty template because the nginx_certbot_site resource needs one
632cb38aab Pass an empty passphrase on the command line for the p12 cert
9d9493af0d Add a missing dependency on the kosmos-nginx cookbook
Compare 5 commits »