Skip to content

Commit

Permalink
Minor corrections in README, updated to current paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ttnesby committed Feb 8, 2018
1 parent fae2419 commit e51c51e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ authentication.

```
KafkaServer{
org.navit.common.security.plain.PlainLoginModule required
no.nav.common.security.plain.PlainLoginModule required
username="x"
password="y";
};
Expand All @@ -39,7 +39,7 @@ password="y";
Example of Kafka server.properties for using the customized class for authorization.

```
authorizer.class.name=org.navit.common.security.authorization.SimpleLDAPAuthorizer
authorizer.class.name=no.nav.common.security.authorization.SimpleLDAPAuthorizer
```


Expand Down

0 comments on commit e51c51e

Please sign in to comment.