Hello.
I've created a Multiple LDAP Login, where I edited wp_signon to ditinguish between login with a given Domain or without one.
If a Domain is given, wp_signon uses a diffrent wp_authenticate function, in which I do the ldap login, and local user create.
And additional I edited the Login Form to get an additional Login Field. This Dropdownfield contains my ldap Domains.
My Problem is now, that i want to create a Plugin to contain all this.
But my first, second and third Problems are to get my additional code in the stylesheet, and in wp_signon and loginform.
I know I have to hook and add a filter for my wp_authenticate function. But the other Points are giving me a headache.
I couldn't find anything about this.
Greetings,
narwahls