Bug#828976: closed by Benjamin Kaduk <ka...@mit.edu> (Re: krb5kdc: segfault)

2016-08-03 Thread BASTET Laurent (Administrateur de systèmes et réseaux au sein du groupe Infrastructure et Réseau) - SG/SPSSI/CPII/DOIP/IR/Infrastructure Bordeaux
Hello, Thanks very much for your reply !!! It works fine with: kadmin.local: setstr laurent "[{""type"":""foo""}]" kadmin.local: getstr laurent otp: [{"type":"foo"}] but not with: kadmin.local: setstr laurent '[{"type":"foo"}]' kadmin.local: getstr laurent otp: '[{type:foo}]') For information,

Bug#828976: closed by Benjamin Kaduk <ka...@mit.edu> (Re: krb5kdc: segfault)

2016-08-02 Thread Benjamin Kaduk
On Tue, 2 Aug 2016, Benjamin Kaduk wrote: > I am not actually sure how to escape the quotes to get them through the SS > parser. Probably the easiest way to get well-formed JSON as the string Apparently doubled double quotes within a double-quote context will do the escaping. So: setstr

Bug#828976: closed by Benjamin Kaduk <ka...@mit.edu> (Re: krb5kdc: segfault)

2016-08-02 Thread Benjamin Kaduk
On Tue, 2 Aug 2016, BASTET Laurent (Administrateur de systèmes et réseaux au sein du groupe Infrastructure et Réseau) - SG/SPSSI/CPII/DOIP/IR/Infrastructure Bordeaux wrote: > Hello, > > Thanks for your reply, i tested on Ubuntu with krb5-kdc v.1.13.2+dfsg-5 and i > have no more segfault !!! > >

Bug#828976: closed by Benjamin Kaduk <ka...@mit.edu> (Re: krb5kdc: segfault)

2016-08-02 Thread BASTET Laurent (Administrateur de systèmes et réseaux au sein du groupe Infrastructure et Réseau) - SG/SPSSI/CPII/DOIP/IR/Infrastructure Bordeaux
Hello, Thanks for your reply, i tested on Ubuntu with krb5-kdc v.1.13.2+dfsg-5 and i have no more segfault !!! BUT i have another problem : If i put a string using 'setstr laurent otp [{}]' different from empty (example 'type':'foo'), it never matches with my kdc.conf configuration witch