[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
how to constructure ldap entry when user status is changed
- To: openldap-technical@openldap.org
- Subject: how to constructure ldap entry when user status is changed
- From: owen nirvana <freeespeech@gmail.com>
- Date: Wed, 21 Apr 2010 19:40:02 +0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:received :message-id:subject:to:content-type; bh=nbumyXmmxKnjBgSwSGlSEUCxx4vOLslF6vvVaVkWkVc=; b=C+f4EabvA25kWjCrjlq8AR5FXj/hPREpOndmej+q73EWZnIkEla78AVxbFY8TbRWMQ TB9wkJwGGKaUHjH0mgILGC8+oT1VtZNkzCScIgz74AH4K0jWowdF9KD68kJpy9Yprm2h V7kycjIoeFdyyf81KZjC9N7jeiIJTr+0lrhts=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=T9s6eVPzFYzF5T13cKo9E/Pb8CrMysSW9VgyFKOUOmp1smmjW5w2cRDAK9xww+QptU tJsyLCxNNTfTB2lbiEg3G65v8D9D3/2Rl41zk2UR05DlHswuijbBez6LCOg8/NjdnQkr +tLC+V9ibHT8tzv3oJJ7caIZXY3i94xKQJPSA=
I have some user information ( with certificate ) ,like
cn = bob, dc= one, dc = two ,dc = org
sn: ..
userCertificate;binary::...
.. : ...
someday , if he would be revoked, should i move it to another entry ( replace a new dn ), like
cn = bob, dc = crl ,dc = two ,dc = org
or maybe I use the same entry , like
cn = bob, dc= one, dc = two ,dc = org
sn: ..
userCertificate;binary::...
.. : ...
revoked : true/false
revokeTime : ...
gtalk:freeespeech@gmail.com