I'm trying to use the WindowsIdentity to pass credentials through a WCF call without needing to capture a username and password (single sign on, essentially).
With Windows authentication, it's not hard at all--just configure IIS, configure the WCF binding and away you go.
Anybody know how to do the same thing with NDS or LDAP?