Jump to content

Mordecai

Members
  • Posts

    111
  • Joined

  • Last visited

  • Days Won

    3

Reputation Activity

  1. Like
    Mordecai reacted to support in Additional Password List Support in API   
    A customer has requested the following functionality:
     
    "Would be great to be able to manage\modify and delete password lists via API.". Specifically fields and settings on Password Lists.

    Regards
    Click Studios
  2. Like
    Mordecai got a reaction from MKay in Multi select generic field / Tags   
    +1

    @support
    For example, you could allow multiple drop down (select) values or radio buttons and then write it comma separated into the database.
  3. Like
    Mordecai reacted to support in List Permissions in API   
    We would like to be able to extract a list of individual password permissions via API. Right now, we can only add/update/delete, but not get the current permissions.
     
    This would be a great help in our work to automate permissions handling via active directory for thousands of service accounts and similar if we were able to also get any current permissions.
     
    Perhaps, it could be included as part of the data that's returned by the 'Retrieving a password' function, as a nested array. If we use  the example in your API documentation, it could look something like this (See bold text at bottom):
     
     
    GET 'https://passwordstate/winapi/passwords/46411'
        # Response
        HTTP/1.1 200          
        [
            {
                "PasswordID": 46411,
                "Title": "forum4",
                "Domain": "",
                "HostName": "",
                "UserName": "login2",
                "Description": "My login to forum4",
                "GenericField1": "loginasa",
                "GenericField2": "",
                "GenericField3": "",
                "GenericField4": "",
                "GenericField5": "",
                "GenericField6": "",
                "GenericField7": "",
                "GenericField8": "",
                "GenericField9": "",
                "GenericField10": "",
                "GenericFieldInfo": [
                    {
                        "GenericFieldID": "GenericField1",
                        "DisplayName": "Pin Number",
                        "Value": "0000"
                    },
                    {
                        "GenericFieldID": "GenericField2",
                        "DisplayName": "Surname",
                        "Value": "Reznor"
                    }
                ],
                "AccountTypeID": 0,
                "Notes": "",
                "URL": "http://www.microsoft.com",
                "Password": "ZHn#3+A^yc",
                "ExpiryDate": "23/08/2012",
                "AllowExport": true,
                "AccountType": "",
                "OTP": "",
                "Permissions": [
                    {
                        "UserID": "domain\\User1",
                        "Permission": "M"
                    },
                    {
                        "UserID": "domain\\User2",
                        "Permission": "V"
                    }
                ]
            }
        ]
     
     
  4. Like
    Mordecai reacted to sbt in Create Remote Session Credentials via API   
    Dear passwordstate team,
     
    one of our customers is evaluating passwordstate for a few thousand hosts and more than hundred admins. The need to create a lot of remote session credentials and would like to be able to automate this step. So having this possibility via your API would be great.
     
    Cheers
    Sebastian
  5. Like
    Mordecai reacted to support in Remote Session Launchers to shows Remote Session Credentials + Local accounts   
    It would be great if the RDP Linked Credentials would show not only your remote session credentials (if created and linked via hostname match) but also the passwords associated with the host in the dropdown. We have multiple local accounts on our servers and additional domain accounts. Unfortunately, you can only choose either the local accounts or the domain accounts (Via Remote Session Credentials). The colleagues can take the detour via the function on the passwords, but this is quite inconvenient for most.
     
     
  6. Like
    Mordecai reacted to Sarge in Auditing of System Setting Modifications   
    It would be nice to have an audit log for all additions or modifications made via the application administration section; including what setting was changed to what.
    Example:
    "User XX changed XX setting from XX to XX".
    "User XX added Active Directory security group XX from the domain XX"
    "User XX granted Active Directory security group XX modify rights to the template XX"
     
    In a multi-administrator environment being able to know these changes and revert them if required would be hugely beneficial; especially when many modifications are made but may not be captured in the work notes the user maintains.
  7. Like
    Mordecai reacted to stdgde in Browser Base Launcher BgInfo   
    Hello,
     
    the Browser Based Laucher disables BgInfo on the Client. Is the a way to configure this or make it configurable?
     
    Thank you in advance.
    regards
    stdgde
     
×
×
  • Create New...