6.1.2 Changing Branch Server Password
On Admin server, change the password in ldap database. Enter the following command
in the command line. Replace
$BRANCHNAME, $ORGUNIT, $COMPANY
and
$COUNTRY
variable with your configured values:
ldappasswd -x -d localhost -D
"cn=admin,o=$COMPANY>,c=$COUNTRY" -w
"
admin_password
"
"cn=$BRANCHNAME,ou=$ORGUNIT,o=$COMPANY,c=$COUNTRY" -s
"
new_branch_password
"
On a Branch server, follow the same procedures as in Section 4.1.1, “Changing Admin
server password” (page 37), but with new Branch server password and Branch server
configuration file
/etc/SLEPOS/branchserver.conf
.
6.2 Online Branch Server
Configuration
The following procedure describes the installation process of an SUSE Linux Enterprise
Point of Service11 Branch Server if an internet connection to the Administration
Server is used:
1
Execute the
posInitBranchserver.sh
script.
The
posInitBranchserver.sh
script asks for the installation mode to be
used. For the default online installation enter
1
or just press
Enter
.
2
Provide the required information. Enter the company name (
organization
),
organizational unit (
organizationalUnit
) and branch name (
scLocation
)
as initialized on the Administration Server (and as specified in the LDAP
database). Enter the resolvable and connectible name or the IP address of the
Administration Server. Enter the Branch Server password defined when the
scLocation
object was created using
posAdmin.pl
on the Administration
Server.
Setting Up a Branch Server
51