Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note
titleVersion Warning

The content below is for Apache Syncope <= 1.2 - for later versions the Reference Guide is available.

Table of Contents
styledecimal

Default credentials (username and password) to access administration console the for Syncope administrator are:

  • username: admin
  • password: password

You can modify the both modifying the following file

Credentials are defined in the security.properties file, located:

...

  • core/src/main/resources

...

Note: text encoding must be set to UTF-8.

Apache Syncope <

...

1.1.0

...

  • adminUser admin console administrator username
  • adminMD5Password MD5 hash evaluation of your cleartext password (represented as a sequence of 32 hexadecimal digits)

...

GNU/Linux and Mac OS X

The MD5 Linux md5 password can be obtained by via the md5sum command line tool. (Don't forget -n to exclude the new line character)-line tool of GNU Core Utilities:

Code Block
$>echo$ echo -n "new_password" | md5sum 

MS Windows

Some options are available:

Apache Syncope >= 1.1.0

From version 1.1.0 (and above) MD5 hash function has been deprecated and replaced by SHA1 (default). The following properties can be set:

  • adminUser=admin admin console adminUser administrator username
  • adminPassword SHA1 hash evaluation of your cleartext password (represented as a sequence of 40 hexadecimal digits)
  • adminPasswordAlgorithm algorithm to be used for hash evaluation (default value: SHA1)

GNU/Linux and Mac OS X

The Under linux SHA1 password can be obtained by via the sha1sum command line tool. (Don't forget -n to exclude the new line character)-line tool of GNU Core Utilities:

Code Block
$>echo$ echo -n "new_password" | sha1sum

MS Windows

Some options are available: