It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
I've been trying to work out a way of differentiating between a local Confluence user and one that is added via AD but no getting anywhere.
I need to be able to add different options to the certain user profile pages post login, for example updating passwords and user details - depending on which type of user they are.
Has anyone done something similar?
Hi Steve,
As far as I know, if you go to the user profile you'll be able to spot if the user comes from a internal directory or a LDAP directory. You can also spot this information from a database query:
SELECT cu.id, cu.user_name, cd.directory_name FROM cwd_user cu join cwd_directory cd on cu.directory_id = cd.id where cu.active = 'T';
This query will show you the active users from confluence and from which directory name they come from.
As for scripting, that might be possible with a custom authenticator however it will require some development on the way probably.
Cheers,
Rodrigo
Hi team, I’m Avinoam, a product manager on Confluence Cloud, and today I’m really excited to let the Community know that all customers can now try out the new editing experience and see some of the ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.