diff --git a/examples/access-directory-server/main.bal b/examples/access-directory-server/main.bal index 5d5e3f3..b8e8523 100644 --- a/examples/access-directory-server/main.bal +++ b/examples/access-directory-server/main.bal @@ -29,7 +29,6 @@ type Employee record { }; public function main() returns error? { - // Authenticate using the directory server credentials. ldap:Client ldapClient = check new ({ hostName, port, diff --git a/examples/library-managment-system/main.bal b/examples/library-managment-system/main.bal index e8be246..a3e2c30 100644 --- a/examples/library-managment-system/main.bal +++ b/examples/library-managment-system/main.bal @@ -23,7 +23,6 @@ configurable string domainName = ?; configurable string password = ?; public function main() returns error? { - // Authenticate using the directory server credentials. ldap:Client ldapClient = check new ({ hostName, port,