From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom To: 9fans@cse.psu.edu, Russ Cox References: <20060103011226.4BAC31E4137@dexter-peak.quanstro.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: Subject: Re: [9fans] authentication by LDAP? Message-Id: <20060103021355.6E49B1E4139@dexter-peak.quanstro.net> Date: Mon, 2 Jan 2006 20:13:55 -0600 Cc: Topicbox-Message-UUID: cdc9e626-ead0-11e9-9d60-3106f5b1d025 i guess in addition to suffering linux brain dapage, i didn't explain myself well. if one wrote an ldap fileserver that served up ndb-stype tuples in a standard format, all the ndb library would need is a hook to talk to this fileserver instead of parsing an ndb file. you could do the same with dns and other protocols. - erik Russ Cox writes | | > is there anything about ldap that would prevent one from writing an | > ldap adaptor for ndb? i was thinking something along these lines | | you'd have to put it in libndb, polluting every program | that reads ndb files and the standard library. | i much prefer steve's solution. | | russ