ADDGROUP and ADDUSER command limitations with non-native authentication

ADDGROUP and ADDUSER command limitations with non-native authentication

SRXConfig allows you to make changes to your server settings via the command line. However, settings related to Users and Groups will only go into effect for servers using native authentication.

Using the srxcfg ADDUSER command shows success on the command line, but does not add the user to Titan/Cornerstone.

Using the srxcfg ADDGROUP command can result in two different errors.

  • If the group exists in the domain, the error is:  
    • Status: Error: 5006, A group by this name already exists.
  • If the group doesn't exist, the error is:  
    • Status: Error: 1117, Unable to locate the requested information in the User Database.  Sub-Error: 2220, The group name could not be found.

Srxcfg.exe works to add/change/delete users/groups for native authentication only. Srxcfg will, however, work for updating/adding/changing server parameters (like server description, IP address, SFTP protocol version, etc.) for non-native server instances.

    • Related Articles

    • How To: Use Hybrid Authentication In Titan Nextgen

      Related To Titan Nextgen Enterprise Plus Builds 2.x and above. Question How can I use hybrid authentication in Titan Nextgen? Reasoning I would like to be able to manage native user accounts and windows user accounts under one server instance to ...
    • How To: Create a Server With Windows Authentication In Titan

      Question How do I create a server within Titan that utilizes Windows authentication? Reasoning I already have a database of users stored on a local windows server or an Active Directory server and would like to import these users into Titan and use ...
    • How To: Setup Key Authentication for SFTP in Titan

      Question How do I setup key authentication for SFTP in Titan. Reasoning I have a requirement from end users that need to add an extra layer of security by connecting to Titan via SFTP with key authentication.  Answer You have the option in Titan to ...
    • SSH Public Key Authentication with Titan Server -- Enable and Configure

      Please see the video below for a visual and descriptive guide to using SSH Public Key Authentication with Titan Server. Titan Server: SSH Public Key Authentication
    • Command Line Interface (CLI) and Example

      Command Line Interface (CLI) and Example Question Is there information on a CLI (Command Line Interface) for use with Titan Server? Are there any sample uses? Reasoning I would like to work programmatically with Titan Server Answer Yes, Titan Server ...