its vs it\'s etc. From Bjorn Sandell
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22071 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -417,7 +417,7 @@ LDAP_entry2mods(krb5_context context, HDB * db, hdb_entry_ex * ent,
|
||||
|
||||
/*
|
||||
* If this is just a "account" entry and no other objectclass
|
||||
* is hanging on this entry, its really a new entry.
|
||||
* is hanging on this entry, it's really a new entry.
|
||||
*/
|
||||
if (is_samba_account == FALSE && is_heimdal_principal == FALSE &&
|
||||
is_heimdal_entry == FALSE) {
|
||||
@@ -671,7 +671,7 @@ LDAP_entry2mods(krb5_context context, HDB * db, hdb_entry_ex * ent,
|
||||
int add_krb5EncryptionType = 0;
|
||||
|
||||
/*
|
||||
* Only add/modify krb5EncryptionType if its a new heimdal
|
||||
* Only add/modify krb5EncryptionType if it's a new heimdal
|
||||
* entry or krb5EncryptionType already exists on the entry.
|
||||
*/
|
||||
|
||||
|
@@ -244,7 +244,7 @@ add_enctype_to_key_set(Key **key_set, size_t *nkeyset,
|
||||
/*
|
||||
* Generate the `key_set' from the [kadmin]default_keys statement. If
|
||||
* `no_salt' is set, salt is not important (and will not be set) since
|
||||
* its random keys that is going to be created.
|
||||
* it's random keys that is going to be created.
|
||||
*/
|
||||
|
||||
krb5_error_code
|
||||
|
Reference in New Issue
Block a user