summaryrefslogtreecommitdiff
path: root/contrib/ad-keytab
AgeCommit message (Collapse)Author
2018-06-03Add a proper NAME entry for ad-keytabrelease/1.4Russ Allbery
2018-06-03Add SPDX-License-Identifier headersRuss Allbery
Add SPDX-License-Identifier headers to all substantial source files. Collapse copyright years. Add some Emacs configuration for files where the copyright notice is at the end. Add a test that every file has SPDX-License-Identifier.
2018-05-27Enable warnings for contrib/ad-keytabRuss Allbery
Fix one duplicate code line that produced a warning.
2018-05-27Fix POD spelling errors in contrib/ad-keytabRuss Allbery
Also add stopwords.
2018-05-27Update AD keytab policiesBill MacAllister
* Make sure userPrincipalName is created for all keytabs and use it to search for entries in AD. * Allow the creation of any service principal. This requires making sure that the cn used to create AD entries for service accounts not be any longer than 20 characters.
2018-05-27Add ad-keytab, update Wallet::ConfigBill MacAllister
* This ad-keytab is useful in the initial setup of AD as a keytab store for wallet. * Change configuration variables to correctly reflect that some values are relative distinguished names. * Add a configuration variable for the base distinguished name for ActiveDirectory.