svn commit: lorikeet r582 - in trunk/heimdal/lib/hdb: .

Love Hörnquist Åstrand lha at kth.se
Mon Oct 9 09:47:43 GMT 2006


>>  /*
>>   * the format for HDB keytabs is:
>> - * HDB:[database:file:mkey]
>> + * HDB:[database:mkey]
>>   */
>
> This was a lorikeet-heimdal specific change.

I just have missed the other part of the code, or was it just a  
clarification of the syntax ?

>> -    ret = (*db->hdb_fetch)(context, db, principal, HDB_F_DECRYPT| 
>> HDB_F_GET_CLIENT|HDB_F_GET_SERVER, &ent);
>> +    ret = (*db->hdb_fetch)(context, db, principal, HDB_F_DECRYPT,  
>> &ent);
>
> We need this bit, or else we don't find the entry.

And I need the krbtgt entry too, added those flags.

Love



More information about the samba-technical mailing list