forked from jeanGaston/RF-AD
16 lines
347 B
HTML
16 lines
347 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>LDAP Success</title>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
// Display popup message
|
|
alert("LDAP sync ended succesfully");
|
|
window.location.href = "/";
|
|
|
|
</script>
|
|
</body>
|
|
</html> |