mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
63 lines
3.2 KiB
JSON
63 lines
3.2 KiB
JSON
{
|
|
"locks": {
|
|
"pasaiakoudala/authbundle": {
|
|
"version": "0.1",
|
|
"recipe": {
|
|
"repo": "0.1",
|
|
"branch": "master",
|
|
"version": "0.1",
|
|
"ref": "103b22429f7b0236fc553d48db3072fa4c305efe"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"pasaiakoudala/authbundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "pasaiakoudala/authbundle",
|
|
"version": "0.1",
|
|
"manifest": {
|
|
"bundles": {
|
|
"PasaiakoUdala\\AuthBundle\\PasaiakoUdalaAuthBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"LDAP_IP": "XXX.XXX.XXX.XXX",
|
|
"LDAP_BASE_DN": "DC=DOMAIN,DC=net",
|
|
"LDAP_SEARCH_DN": "CN=LDAPUSER,CN=Users,DC=pasaia,DC=net",
|
|
"LDAP_PASSWD": "LDAP_PASSWD"
|
|
},
|
|
"post-install-output": [
|
|
"* eguneratu datu basea, erabiltzailearen taula sortzeko",
|
|
"php bin/console",
|
|
"",
|
|
"* moldatu security.yaml fitxategia",
|
|
"rm config/package/security.yaml",
|
|
"mv config/package/security.yaml.dist config/package/security.yaml"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/routes/pasaiako_udala_auth.yaml": {
|
|
"contents": "pasaiako_udala_auth:\n resource: '@PasaiakoUdalaAuthBundle/Resources/config/routes.xml'\n prefix: /\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/security.yaml.dist": {
|
|
"contents": "security:\n enable_authenticator_manager: true\n password_hashers:\n PasaiakoUdala\\AuthBundle\\Entity\\User:\n algorithm: auto\n\n providers:\n database_users:\n entity: { class: PasaiakoUdala\\AuthBundle\\Entity\\User, property: username }\n\n firewalls:\n dev:\n pattern: ^/(_(profiler|wdt)|css|images|js)/\n security: false\n main:\n # pattern: ^/\n lazy: true\n provider: database_users\n custom_authenticator: paud.form.auth\n logout:\n path: pasaiakoudala_auth_logout\n # target: default\n\n\n access_control:\n # - { path: ^/login, roles: PUBLIC_ACCESS }\n - { path: ^/admin, roles: ROLE_ADMIN }\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/pasaiako_udala_auth.yaml": {
|
|
"contents": "pasaiako_udala_auth:\n route_after_successfull_login: \"default\"\n LDAP_ADMIN_TALDEAK: \"Rol-taldea1, Rol-taldea2\"\n LDAP_KUDEATU_TALDEAK: \"Rol-taldea1, Rol-taldea2\"\n LDAP_USER_TALDEA: \"Rol-taldea1, Rol-taldea2\"\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "pasaiakoudala/authbundle:0.1@github.com/symfony/recipes-contrib:master",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |