brs Posted September 20, 2013 Share Posted September 20, 2013 I'm not finding how to do this in the forums so please forgive me if this has been asked before. I'm working on building a LDAP search workflow for our company. I have the LDAP search working with PHP and can display the results in Alfred. The problem I'm trying to solve is for the different result types. The search can return a list of users or a list of attributes for a single result. For the list of users I would like to be able to select a user and perform another search to return that users list of attributes. This would be similar to the file browser build into Alfred where you can select a folder and display the child items. Is this possible? Any example workflows out there? Link to comment
jdfwarrior Posted September 21, 2013 Share Posted September 21, 2013 I'm not finding how to do this in the forums so please forgive me if this has been asked before. I'm working on building a LDAP search workflow for our company. I have the LDAP search working with PHP and can display the results in Alfred. The problem I'm trying to solve is for the different result types. The search can return a list of users or a list of attributes for a single result. For the list of users I would like to be able to select a user and perform another search to return that users list of attributes. This would be similar to the file browser build into Alfred where you can select a folder and display the child items. Is this possible? Any example workflows out there? I think about the closest you could get to this would be to string a few keywords together via some of the methods mentioned here. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now