mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 09:21:41 +02:00
PHP webfrontend for managing various account types in an LDAP directory in an abstract way
8 lines
213 B
Bash
Executable File
8 lines
213 B
Bash
Executable File
#!/bin/sh
|
|
echo "*"
|
|
echo "* Please give to the webserver user ownership permission to the following directories:"
|
|
echo "* /usr/share/webapps/lam/sess"
|
|
echo "* /usr/share/webapps/lam/tmp"
|
|
echo "* /etc/lam"
|
|
echo "*"
|