For security reasons we can use only 32min character passwords on my work. And when i tried to create user i got errors from DB.
So, i think this will be useful for other kamailio users.
Sorry for wrong commit format, but i can't understand to which part of kamailio this changes are related. You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/779
-- Commit Summary --
* increase password length to 64 in utils(postgres, oracle, mysql, sqlite) * increase password length to 64 in scripts(postgres, oracle, mysql)
-- File Changes --
M scripts/mysql/my_create.sql (2) M scripts/oracle/or_create.sql (2) M scripts/postgres/pg_create.sql (2) M utils/kamctl/db_sqlite/auth_db-create.sql (2) M utils/kamctl/db_sqlite/uid_auth_db-create.sql (2) M utils/kamctl/mysql/auth_db-create.sql (2) M utils/kamctl/mysql/uid_auth_db-create.sql (2) M utils/kamctl/oracle/auth_db-create.sql (2) M utils/kamctl/oracle/uid_auth_db-create.sql (2) M utils/kamctl/postgres/auth_db-create.sql (2) M utils/kamctl/postgres/uid_auth_db-create.sql (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/779.patch https://github.com/kamailio/kamailio/pull/779.diff